how to restart the ssh daemon
January 6th, 2007 by Lawrence David
to restart the ssh daemon:
$ sudo kill -HUP `cat /var/run/sshd.pid`
$ sshd
January 6th, 2007 by Lawrence David
to restart the ssh daemon:
$ sudo kill -HUP `cat /var/run/sshd.pid`
$ sshd