aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@google.com>2016-04-15 07:33:29 +0100
committerPascal Terjan <pterjan@google.com>2016-04-15 07:33:29 +0100
commit9e39fa2cdc1f7b1056b05f48dba9c80239d07076 (patch)
tree8188a99a7da2e64b273ea2ab794c885e14f55c2e /ulri
parent6c2bdcdfde1c386dcb6deb8ed7ca42276c8211a6 (diff)
downloadiurt-9e39fa2cdc1f7b1056b05f48dba9c80239d07076.tar
iurt-9e39fa2cdc1f7b1056b05f48dba9c80239d07076.tar.gz
iurt-9e39fa2cdc1f7b1056b05f48dba9c80239d07076.tar.bz2
iurt-9e39fa2cdc1f7b1056b05f48dba9c80239d07076.tar.xz
iurt-9e39fa2cdc1f7b1056b05f48dba9c80239d07076.zip
Enable ServerAliveInterval by default
Diffstat (limited to 'ulri')
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 54930ae..4473eaa 100755
--- a/ulri
+++ b/ulri
@@ -168,7 +168,7 @@ my %config_usage = (
},
ssh_options => {
desc => "SSH options",
- default => "-o ConnectTimeout=5 -o BatchMode=yes"
+ default => "-o ConnectTimeout=5 -o BatchMode=yes -o ServerAliveInterval=5"
},
packager => {
desc => 'Default packager tag user by bot',