diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-12-26 18:40:35 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-12-26 18:40:35 +0000 |
commit | 8830dafdc8e8003b6b116af823e05f7a6d923fbf (patch) | |
tree | 54ba4ec20de88c52f6325e91fed5eb8ddf390092 | |
parent | 66b9567910ec50181ed1b89fc89c969a40a853df (diff) | |
download | iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar.gz iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar.bz2 iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar.xz iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.zip |
Reduce ssh timeout
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | ulri | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ - ulri: when failing to send a build to a machine do not try sending all the other pending builds there +- ulri: reduce ssh ConnectTimeout to 5, no point waiting 20s 0.6.25 - drop arcfour cipher usage (not enabled by default in latest openssh packages) @@ -166,7 +166,7 @@ my %config_usage = ( }, ssh_options => { desc => "SSH options", - default => "-o ConnectTimeout=20 -o BatchMode=yes" + default => "-o ConnectTimeout=5 -o BatchMode=yes" }, packager => { desc => 'Default packager tag user by bot', |