sshd starts but won't accept connections?

Andrew Schulman schulman.andrew@epa.gov
Fri Mar 5 20:51:00 GMT 2010


Larry Hall (Cygwin <reply-to-list-only-lh <at> cygwin.com> writes:

> > So how to to make sshd on the cygwin box accept connections?
> 
> Sounds like a firewall is getting in the way.

Agreed.  ssh -v or ssh -vv on the client may give you more information.  On the
server, try 'netstat -nabo | grep -A1 :22' to see if your sshd process is
listening on port 22.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list