I booted a server and (too late) I discovered that some breaking change had been made to /etc/ssh/sshd.conf. Can I be reasonably sure that restarting sshd keeps existing connections ? (this was on solaris, but question also applies to ubuntu)

link|improve this question

57% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can be (reasonably) sure that your current connection will not break when you restart sshd. If you want to be on the safe side, simply send a SIGHUP to your running instance and it will re-read its configuration file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.