dpchrist@p3533:~$ # disable McAfee VSE on-access scan dpchrist@p3533:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host dpchrist@p3533:~$ ssh p42800e Last login: Sun Feb 13 08:41:55 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:~$ 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: Sun Feb 13 08:44:12 2005 from localhost dpchrist@p3533:~$ exit logout Connection to localhost closed. dpchrist@p3533:~$