From: Iain Patterson Date: Sun, 29 Sep 2013 15:09:25 +0000 (+0100) Subject: Environment variables for pdsh. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=923207e0861e595e381122c46f46fe13e897c821;p=profile.git Environment variables for pdsh. Options to use ssh without checking host public keys or forwarding agents or displays. --- 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"