git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e3282
)
Environment variables for pdsh.
author
Iain Patterson
<me@iain.cx>
Sun, 29 Sep 2013 15:09:25 +0000
(16:09 +0100)
committer
Iain 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]
patch
|
blob
diff --git a/.profile.d/pdsh.bashrc
b/.profile.d/pdsh.bashrc
new file mode 100644
(file)
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"