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

[bash] PDSH configuration variable

This commit is contained in:
Hyacinthe Cartiaux 2014-07-05 18:07:33 +02:00
parent f43947884d
commit a1537c0963

View file

@ -117,8 +117,12 @@ export EASYBUILDBUILDPATH=/tmp/
# Tsocks config
export TSOCKS_CONF_FILE=~/.dotfiles/tsocks/tsocks.conf
# BC configuration for interactive usage
test -n "$INTERACTIVE" && export BC_ENV_ARGS=~/.dotfiles/bc/bcrc
# PDSH configuration
PDSH_SSH_ARGS_APPEND="-q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PreferredAuthentications=publickey"
# ----------------------------------------------------------------------
# GRID5000 specific
# ----------------------------------------------------------------------