[pkg-kolab] r1449 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Sun Nov 29 01:08:59 UTC 2009


Author: sathieu
Date: 2009-11-29 01:08:59 +0000 (Sun, 29 Nov 2009)
New Revision: 1449

Modified:
   pkg-kolab_testsuite/testsuite
Log:
Dont check Host Key

Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-29 01:08:40 UTC (rev 1448)
+++ pkg-kolab_testsuite/testsuite	2009-11-29 01:08:59 UTC (rev 1449)
@@ -158,6 +158,7 @@
     if(defined($command)) {
         $ret = system('ssh',
             '-i', conf('storage_pool_dir').'/key',
+            '-o', 'StrictHostKeyChecking=no',
             "root\@$domip",
             $command);
     } else {




More information about the pkg-kolab-devel mailing list