From: Tony Mack Date: Sat, 8 Dec 2007 00:11:23 +0000 (+0000) Subject: user specific ssh config options X-Git-Tag: 2008-02-11-last-vmware-support~225 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e559d983d34c016fe3b06c13b3d4253381ed9ed9;p=tests.git user specific ssh config options --- diff --git a/node_ssh/ssh_config b/node_ssh/ssh_config new file mode 100644 index 0000000..8338f08 --- /dev/null +++ b/node_ssh/ssh_config @@ -0,0 +1,3 @@ +StrictHostKeyChecking no +ChallengeResponseAuthentication no +PasswordAuthentication no