linux - What happens if I update sshd while being connected over SSH? -


i updating debian server in light of hearthbleed bug , made me wonder: if update running linux's sshd while connecting on ssh, happens exactly? sshd not restarted? or gets restarted , ssh session somehow transferred new sshd process?

this no problem @ all... won't notice.

your current session continues use old binaries until reconnect server. absolutely safe install new openssh version while connected. make sure restart sshd service , on next connect use newly installed version.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

objective c - Ownership modifiers with manual reference counting -

python 3.x - Mapping specific letters onto a list of words -