I am using SSH tectia server 4.4.8 on solaris. As per the man page for sshd2, during the login process, sshd2 process Runs $HOME/.ssh2/rc, or /etc/ssh2/sshrc, or xauth, whichever is found first in this order. I have created rc file in the .ssh2 folder of user's home directory to setup some environment variables, but whenever i login as that user, the variables are not set. I need to confirm if sshd2 reads the rc file while creating a session. Any advice on the above issue would be of great help. |