Debugging ssh+svn
— linux, debug, ssh, ssh+svn, svn — 1 min read
Posting here in case anyone else needs to know.
Was trying to debug a ssh+svn connection. There is a very simple way to get debugging turned on:
$ export SVN_SSH="ssh -v "$ svn checkout svn+ssh://
Any other ssh commands can be put in that env variable too, so ports and such.