Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
djsumdog (djsumdog@djsumdog.com)'s status on Tuesday, 17-Dec-2024 05:31:51 JST djsumdog
I got that a little wrong. The daemon forks a child process for each connection. So when you restart the daemon, your connection is already part of a detached child-process. Your existing sshd session uses the old version in memory, but new connections will be forked from the new process.