From 923207e0861e595e381122c46f46fe13e897c821 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sun, 29 Sep 2013 16:09:25 +0100 Subject: [PATCH] Environment variables for pdsh. Options to use ssh without checking host public keys or forwarding agents or displays. --- .profile.d/pdsh.bashrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .profile.d/pdsh.bashrc diff --git a/.profile.d/pdsh.bashrc b/.profile.d/pdsh.bashrc new file mode 100644 index 0000000..aecedb0 --- /dev/null +++ b/.profile.d/pdsh.bashrc @@ -0,0 +1,3 @@ +export PDSH_RCMD_TYPE=ssh +export PDSH_SSH_ARGS="-a -x %h" +export PDSH_SSH_ARGS_APPEND="-q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" -- 2.7.4