Environment variables for pdsh.
[profile.git] / .profile.d / pdsh.bashrc
diff --git a/.profile.d/pdsh.bashrc b/.profile.d/pdsh.bashrc
new file mode 100644 (file)
index 0000000..aecedb0
--- /dev/null
@@ -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"