From ab4deccff36c11614086dda8bbda57b5a9450edd Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 21 Oct 2008 09:11:48 +0000 Subject: Updated tinderbox server git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c --- tools/tinderbox_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 7222324a..c1d40c69 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build @@ -29,7 +29,9 @@ my $ReportStatus = 0; # Do not send results to server # Set these to what makes sense for your system # Set these proper values for your tinderbox server -my $Tinderbox_server = 'tinderbox2@tinderbox.altinity.org'; +# Have the StrictHostKeyChecking=no so that a new host will automatically add hostkey without +# prompting. If host key changes, then will get error, so this should still be secure +my $Tinderbox_server = '-p 1022 -o StrictHostKeyChecking=no tinderbox2@tinderbox.opsera.com'; # These shouldn't really need to be changed my $BuildTree = 'nagiosplug'; -- cgit v1.2.3