This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sshd starts but won't accept connections?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]