Sam Snitman schrieb:
Connecting to 65.38.96.67... Read from socket failed: Connection reset by peer Connection closed
This means that either the service is not running or that a firewall between server and client does not allow the traffic.
Check the following: on the local host :
1) make sure windows or other software firewalls are off
2) open a "cygwin shell" and enter

telnet localhost 22

if you get an answer, the service is running. If you get an error, it is not running.

If the service is running, repeat from remote - you can enter the same command in a normal dos box. If it takes a long time to get an error, there is probably a firewall in between.

HTH,
Jakob

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

Reply via email to