diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-23 00:10:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-23 00:10:41 -0200 |
commit | 6958114f17705b9323278c6a7995b741721a76b5 (patch) | |
tree | 24598053c2fcc3edd6387c380fd3ab7eaf98613f /lib | |
parent | 8002615faf639bd61bc83b047cdfea2cc9efe304 (diff) | |
download | hydra-6958114f17705b9323278c6a7995b741721a76b5.tar.gz hydra-6958114f17705b9323278c6a7995b741721a76b5.tar.bz2 |
Trusting keys at import-key
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hydra/config b/lib/hydra/config index f45366b..b657fd3 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -43,6 +43,8 @@ function hydra_check_preferences { if [ -z "$PUPPET_KEYS" ]; then PUPPET_KEYS="$PUPPET/files/keys" fi + + export HYDRA_CONNECT="ssh -o ConnectTimeout=15" } # Load a parameter from config |