Tue 19 Dec 2006
Linux Tip #3: Restarting sshd
Posted by dkaz under Linux
Simple thing to do…had to look it up…
kill -HUP `cat /var/run/sshd.pid`
Tue 19 Dec 2006
Posted by dkaz under Linux
Simple thing to do…had to look it up…
kill -HUP `cat /var/run/sshd.pid`