SSH installation on Solaris 9
1) Download and extract the tar file
# tar xvf ssh_5.1P_soalris9.tar
2) Install the ssh package
# cd ssh_5.1P_soalris9
# sh -x ssh-install.sh
Press 'Y' when asked
3) Restart the service
# /etc/init.d/sshd stop
# /etc/init.d/prngd stop
# /etc/init.d/prngd start
# /etc/init.d/sshd start
1) Download and extract the tar file
# tar xvf ssh_5.1P_soalris9.tar
2) Install the ssh package
# cd ssh_5.1P_soalris9
# sh -x ssh-install.sh
Press 'Y' when asked
3) Restart the service
# /etc/init.d/sshd stop
# /etc/init.d/prngd stop
# /etc/init.d/prngd start
# /etc/init.d/sshd start
No comments:
Post a Comment