Environment variables for pdsh.
authorIain Patterson <me@iain.cx>
Sun, 29 Sep 2013 15:09:25 +0000 (16:09 +0100)
committerIain Patterson <me@iain.cx>
Mon, 14 Oct 2013 11:44:13 +0000 (12:44 +0100)
Options to use ssh without checking host public keys or forwarding
agents or displays.

.profile.d/pdsh.bashrc [new file with mode: 0644]

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"