[pkg-kolab] r1439 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Sat Nov 28 15:41:21 UTC 2009


Author: sathieu
Date: 2009-11-28 15:41:21 +0000 (Sat, 28 Nov 2009)
New Revision: 1439

Modified:
   pkg-kolab_testsuite/testsuite
Log:
Adding master key to the list of known hosts

Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-28 15:30:43 UTC (rev 1438)
+++ pkg-kolab_testsuite/testsuite	2009-11-28 15:41:21 UTC (rev 1439)
@@ -545,6 +545,8 @@
     }
     
     # ====
+    print "* Adding master key to the list of known hosts:\n";
+    remote_command($domip,"ssh -o StrictHostKeyChecking=no '".domain_name(0).".".conf('dns_domain')."' echo -n"); 
     print "* Kolab bootstrap:\n";
     my $exp = console_create($domid, $domname);
     $exp->log_file("$domname.log");
@@ -789,7 +791,6 @@
                 }
             },
         ],
-        #Are you sure you want to continue connecting (yes/no)? 
         [
             qr'Do you want to create a certificate request and sign it \[y\] \(y/n\): $',
             sub {




More information about the pkg-kolab-devel mailing list