svn+ssh and TortoiseSVN: Network connection closed unexpectedly

I have a Windows machine with PuTTY and TortoiseSVN installed, and the following content on the Settings > Network > SSH CLient box:

"C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe" -l <right_user> -pw <right_password>

It works ok and I can checkout and update easily through it from svn+ssh://<right_server>/<folder>.

I got a freshly installed Windows notebook, plugged into the same network, and replicated, as far as I know, the settings on it (installed PuTTY, configured the SSH client line the same way), but it keep telling me the connection was expectedly closed.

As all tutorials I've seen so far veer away from the working settings I have in the working machine (no mention to TortoisePlink.exe line above), and involve PuTTYGen and other stuff I don't quite remember doing in the first time.

What am I missing?

1 Answer

  1. "-l -pw " options does not assume using private-key authentication, thus all PuTTYGen-related themes are out of interest for you
  2. You can carefully re-read SSH HowTo from TortoiseSVN site in the section "SSH key generation and connection check (client)", skipping key-related steps of configuration for Putty (user+pass will work too), test you connection and show any output if it'll fail
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like