1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] set PDSH default connector to ssh

This commit is contained in:
Hyacinthe Cartiaux 2015-05-08 11:25:48 +02:00
parent f42ea82ae6
commit 99d3d76456

View file

@ -124,6 +124,7 @@ export TSOCKS_CONF_FILE=~/.dotfiles/tsocks/tsocks.conf
test -n "$INTERACTIVE" && export BC_ENV_ARGS=~/.dotfiles/bc/bcrc
# PDSH configuration
export PDSH_RCMD_TYPE=ssh
export PDSH_SSH_ARGS_APPEND="-q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PreferredAuthentications=publickey"
# Vagrant configuration