In OpenSSH, the authentication code has been moved to a separate process, sshd-auth
OpenSSH developers have continued the separation of sshd into several distinct executable files. In the first phase of separation implemented in May, functions related to session handling were moved from sshd into a separate process called sshd-session, leaving only the functionality necessary to accept new network connections and launch sshd-session for each new session within sshd. Yesterday, the code base of OpenSSH received […]
