Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>How about trying the following:</p> <p>1) You said it works locally but ensure that the port is fine by connecting to 127.0.0.1 / <b>localhost</b> and that you get the "SSH handshake". For example if you use port 1234 you can run:</p> <blockquote> <blockquote> <p>telnet localhost 12345</p> </blockquote> </blockquote> <p>You should get something like:</p> <blockquote> <blockquote> <p>SSH-2.0-OpenSSH_5.1p .....</p> </blockquote> </blockquote> <p>2) Ensure the port is fine from a remote host.<br> Run telnet again from a <b>remote</b> host and see if you get the SSH prompt.</p> <p>If you can do the above then you know you server is listening fine. If you still can not connect from remote, check that your signatures are ok. For example delete known_hosts(2) on your client etc.</p> <p>In windows be aware that sshd will run under another "environment/shell" as from the command line or your local user account. You can setup the service to run as a specified user or as Local System Account, so ensure your "account's environment" is ok. One way to debug could be to enable local system account with Interact with Desktop enabled. You can then add the "-d" switch in the registry of with cygwin service installation tool. You can also refer to <a href="http://www.certaintysolutions.com/tech-advice/ssh_on_nt.html" rel="nofollow noreferrer">this link</a> for some info.</p> <p>I'm sure if you follow "/usr/share/doc/Cygwin/openssh.README" you should be able to get it running fine. You can also <a href="http://www.google.com/search?q=openssh.README.txt" rel="nofollow noreferrer">Google</a> for this doc.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload