Once you make any change for sshd_config file which is located under /etc/ssh/ or any kind of need to restart SSH server on Solaris, you can use this:
cd /etc/init.d/
./sshd restart
This will restart SSH server without corrupting your session.
Archive for the Solaris Administration CategoryOnce you make any change for sshd_config file which is located under /etc/ssh/ or any kind of need to restart SSH server on Solaris, you can use this: cd /etc/init.d/ This will restart SSH server without corrupting your session. |