Re: sshexec is not exiting

2004-11-05 Thread Jin Teck Chu
Thanks for your reply, Rob. I am using inetd and the following is from the man page from Linux about sshd: "sshd is the daemon that listens for connections from clients. It is nor- mally started at boot from /etc/rc. It forks a new daemon for each incoming connection." If you have multi

RE: sshexec is not exiting

2004-11-05 Thread Anderson, Rob (Global Trade)
Are you running the ssh daemon in some special way? On every maching that I run sshd on, it is running all the time, not just when there is a client connected. Oh, are you running sshd through inetd? Why is it a problem to keep the ssh connection open during the execution of both tasks? -Rob A