[OpenAFS-devel] Gerrit and ~/.ssh/config

Jeff Blaine jblaine@kickflop.net
Wed, 18 May 2011 17:03:52 -0400


quote:

To make things easier, set up OpenSSH so that it knows about the 
defaults for the gerrit server. Edit ~/.ssh/config, and add a section like:

Host gerrit.openafs.org
User <SSH Username>
IdentityFile ~/.ssh/id_rsa
Port 29418
(where SSH Username is what you were told on the the 'SSH Keys' page)

endquote

Is "SSH Username" referring to the SSH key's comment field?
I'm not "told" anything on the SSH keys page, other than
that, that could be construed as a username.

Or do I use my Gerrit registered username of jblaine?