Document push key acceptance.

Gerrit replication calls out to ssh which requires host keys to be
accepted in the relevant user account. Document this to ease initial
deployment.

Change-Id: I03b8f1c39a4562cc480b3ef612cb3306b1445814
This commit is contained in:
Robert Collins 2013-09-05 14:32:49 +12:00 committed by Monty Taylor
parent 713468b6d1
commit 28e1a2cc3d

View File

@ -121,6 +121,12 @@ with instructions to use Gerrit.
These are both handled automatically by :ref:`jeepyb`.
Note that the user running gerrit will need to accept the github host
keys. e.g.::
sudo su - gerrit2
ssh github.com
Auto Review Expiry
==================