sshd
by yangyiin from LinuxQuestions.org on (#5AHVB)
hi,
comment if i am wrong
when i ssh from host a to host b,on host b sshd will spawn a new process.being the parent of the new process,sshd can send messages to this child like to close the session after certain inactivity.right?
the traffic between host a and b will over new connection on port 22 and sshd from b is not involved.


comment if i am wrong
when i ssh from host a to host b,on host b sshd will spawn a new process.being the parent of the new process,sshd can send messages to this child like to close the session after certain inactivity.right?
the traffic between host a and b will over new connection on port 22 and sshd from b is not involved.