Reported by Shawn Pearce <sop@google.com> on Fri Mar 06 08:34:25 PST 2009
Source: JIRA GERRIT-96
Prior to Git 1.5.3 you need to edit your ~/.ssh/config to use port 29418.
This is annoying.
Figure out how to move the standard system OpenSSH daemon to a non-standard
port, and how to proxy port 22 onto 29418. This way Gerrit can receive
requests on the standard port 22, avoiding the ~/.ssh/config edits, but also
still run as a non-root process.
Document this configuration in case anyone else wants to replicate it on their
own servers.
Owner: ---