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

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

Why can rails not find a route created by a helper? -

php - Redirect and hide target URL -