Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries from August 17th, 2009

Using svn+ssh with a non-standard ssh port

August 17th, 2009 · 1 Comment · CLI, HowTo, sysadmin, Tips and Tricks

Many people use subversion over ssh for a simple and secure way to work on remotely hosted svn repositories. This is normally as simple as running: svn co svn+ssh://user@server/repo . If the remote ssh server is not running on the default ssh port (tcp 22) then this needs a little tweaking to get it working. [...]

[Read more →]

Tags: ··