Home » Questions » Computers [ Ask a new question ]

Does restarting sshd always keep existing sessions alive?

Does restarting sshd always keep existing sessions alive?

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)

Asked by: Guest | Views: 157
Total answers/comments: 1
Guest [Entry]

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.