gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36617 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r36617 - gnunet/src/testbed
Date: Wed, 28 Oct 2015 20:50:44 +0100

Author: harsha
Date: 2015-10-28 20:50:44 +0100 (Wed, 28 Oct 2015)
New Revision: 36617

Modified:
   gnunet/src/testbed/testbed_api_hosts.c
Log:
testbed: disable host key checking along with password based authentication

Modified: gnunet/src/testbed/testbed_api_hosts.c
===================================================================
--- gnunet/src/testbed/testbed_api_hosts.c      2015-10-28 18:48:16 UTC (rev 
36616)
+++ gnunet/src/testbed/testbed_api_hosts.c      2015-10-28 19:50:44 UTC (rev 
36617)
@@ -824,7 +824,8 @@
  * should not mention `-p' (port) option and destination address as these will
  * be set locally in the function from its parameteres. If the environmental
  * variable is not found then it defaults to `ssh -o BatchMode=yes -o
- * NoHostAuthenticationForLocalhost=yes'
+ * NoHostAuthenticationForLocalhost=yes -o StrictHostkeyChecking=no -o
+ * PasswordAuthentication=noc'
  *
  * @param port the destination port number
  * @param hostname the hostname of the target host
@@ -840,6 +841,10 @@
     "BatchMode=yes",
     "-o",
     "NoHostAuthenticationForLocalhost=yes",
+    "-o",
+    "StrictHostKeyChecking=no",
+    "-o",
+    "PasswordAuthentication=no",
     "%h",
     NULL
   };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]