evauser

Elevate to SU

Create the user with useradd evauser -s /usr2/servers/Eva_tool
Give the user a password with passwd
edit the sshd_conf file “vi /etc/ssh/sshd_conf” and add the line
“AllowUsers evauser” at the end below the others
restart the the sshd process with “/etc/init.d/sshd restart”
Edit the ../init.d/security file this only way I could get this to work was cd /etc/rc3.d/ then vi ../init.d/security find the section “case $ACCOUNT in” and after the client entry add evauser (or whatever you created) so the line should go from “root|ppp|swinst|mtcl|adfexc|ccfexc|client)” to
“root|ppp|swinst|mtcl|adfexc|ccfexc|client|evauser)” (no quotes)
Now when you login as evauser it will open the Eva_tool menu, when you quit the menu it will close the session.
The user will be deleted upon a reboot.

then go and edit the file /etc/rc.d/rc3.d/S09security , and after the line case $ACCOUNT in after client add |username

chris.newby Written by: