Use -o BatchMode=yes for ssh.

Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@898 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index 1ec33f7..7cbb1f9 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -46,7 +46,7 @@
 	implement the unimplemented methods in parent classes.
 	"""
 
-	SSH_BASE_COMMAND = 'ssh -a'
+	SSH_BASE_COMMAND = '/usr/bin/ssh -a -o BatchMode=yes'
 
 	def __init__(self, hostname, user="root", port=22, initialize=True,
 		     conmux_log="console.log", conmux_warnings="status.log",