0
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?
I tested connecting through PuTTY, providing <right_user> and <right_password>, and I got to the shell as expected from both machines. I believe this kind of rules out any firewall or wrong settings related issues, right? – Fernando D'Andrea – 2019-08-26T12:17:04.290
@FernandoD'Andrea - in such case, yes most probably – Lazy Badger – 2019-08-26T12:55:41.120
Solved: changed SSH Client setting from: "C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe" -l <right_user> -pw <right_password>
to:
plink.exe -l <right_user> -pw <right_password>
I still don't why, but I know PuTTY has to be installed to the system. It worked with version 0.72. – Fernando D'Andrea – 2019-08-26T13:46:01.947