From 28e1a2cc3d3bee2a0a1f172a2b3b94e67fb84f59 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 5 Sep 2013 14:32:49 +1200 Subject: [PATCH] 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 --- doc/source/gerrit.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index a5c2480a01..007750dbee 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -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 ==================