Documentation: Also consider the use of kerberos authentication over SSH

Most documentation assumed the use of SSH public key authentication. This
change removes that assumption and adds some hints on client configuration
with OpenSSH and kerberos.

Change-Id: I4d5654a088a68afd740d3e4e91eaf15d0bbf58b1
This commit is contained in:
Gert van Dijk
2017-08-27 21:14:23 +02:00
parent a4e49d0a01
commit dc4f8d1723
13 changed files with 67 additions and 28 deletions

View File

@@ -56,8 +56,8 @@ For git operations Gerrit supports the link:user-upload.html#ssh[SSH]
and the link:user-upload.html#http[HTTP/HTTPS] protocols.
[NOTE]
To use SSH you must link:user-upload.html#configure_ssh[generate an SSH
key pair and upload the public SSH key to Gerrit].
To use SSH you may need to link:user-upload.html#ssh[configure your SSH public
key in your `Settings`].
[[code-review]]
== Code Review Workflow