/etc/init.d/sshd stop /etc/init.d/sshd start
kill -HUP `cat /var/run/sshd.pid`
kill -HUP $(cat /var/run/sshd.pid)