sshd as daemon when Windows starts.

2003-01-23 Thread William . Young
I would like to run sshd as a background daemon so that it is running anytime my windows box is turned on. Whether someone is logged in or not. Can anyone explain how to accomplish this? Thank you, Bill Young Email: [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Control-C handling from the ssh client

2003-01-06 Thread William . Young
When I make an ssh client connection from the bash shell to another UNIX host, then want to cancel a running foreground command executing on the UNIX host (such as find / -print), I cannot use the Control-C key combination to kill the command on the UNIX host. When I press Control-C on my clie