[Buildbot-commits] buildbot/docs buildbot.texinfo,1.60,1.61

Brian Warner warner at users.sourceforge.net
Sun Aug 6 21:14:46 UTC 2006


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12505/docs

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ add Manhole .ssh/config suggestion, update NEWS file]

Original author: warner at lothar.com
Date: 2006-08-06 21:14:00

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- buildbot.texinfo	31 Jul 2006 08:31:33 -0000	1.60
+++ buildbot.texinfo	6 Aug 2006 21:14:44 -0000	1.61
@@ -2346,6 +2346,23 @@
 Note that using any Manhole requires that the TwistedConch package be
 installed, and that you be using Twisted version 2.0 or later.
 
+The buildmaster's SSH server will use a different host key than the
+normal sshd running on a typical unix host. This will cause the ssh
+client to complain about a ``host key mismatch'', because it does not
+realize there are two separate servers running on the same host. To
+avoid this, use a clause like the following in your @file{.ssh/config}
+file:
+
+ at example
+Host remotehost-buildbot
+ HostName remotehost
+ HostKeyAlias remotehost-buildbot
+ Port 9999
+ # use 'user' if you use PasswordManhole and your name is not 'admin'.
+ # if you use AuthorizedKeysManhole, this probably doesn't matter.
+ User admin
+ at end example
+
 
 @node Getting Source Code Changes, Build Process, Configuration, Top
 @chapter Getting Source Code Changes





More information about the Commits mailing list