From e559d983d34c016fe3b06c13b3d4253381ed9ed9 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Sat, 8 Dec 2007 00:11:23 +0000 Subject: [PATCH] user specific ssh config options --- node_ssh/ssh_config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 node_ssh/ssh_config 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 -- 2.47.0