I have Ubuntu 10.04.1 , SSH server is running fine, but I wonder, why there are two sshd instead of one? Isn't one multithreades daemon enough? Is this an option?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Doesn't top show userland threads by default? One is likely a thread of the other. If you look in |
|||||
|
|
|
The OpenSSH server forks for every incoming connection, so it's normal to see multiple From the manual:
If nobody is logged in, or trying to log in, there should be only one |
|||
|
|
