dpchrist@p3533:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host dpchrist@p3533:~$ ssh p42800e Last login: Fri Feb 11 06:19:10 2005 from p3533 dpchrist@p42800e:~$ exit logout Connection to p42800e closed. dpchrist@p3533:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host dpchrist@p3533:~$ cygcheck -s -v -r > cygcheck.out dpchrist@p3533:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host dpchrist@p3533:~$ net stop sshd The CYGWIN sshd service is stopping. The CYGWIN sshd service was stopped successfully. dpchrist@p3533:~$ ssh localhost ssh: connect to host localhost port 22: Connection refused dpchrist@p3533:~$ net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service was started successfully. dpchrist@p3533:~$ ssh localhost Last login: Fri Feb 11 06:18:30 2005 from localhost dpchrist@p3533:~$ exit logout Connection to localhost closed. dpchrist@p3533:~$