ssh Tag

Wednesday 23.06.2010

Using svn+ssh in TortoiseSVN over a custom port

8:21 pm

Just discovered this – to connect to subversion over a SSH tunnel that’s not on the usual port 22, you need to save a PuTTY session using the custom port, and refer to the session name in place of the hostsname in TortoiseSVN. It seems whilst TortoiseSVN accepts the usual svn+ssh://myhost/repository/path URI (and even the [...]