From 9e39fa2cdc1f7b1056b05f48dba9c80239d07076 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 15 Apr 2016 07:33:29 +0100 Subject: Enable ServerAliveInterval by default --- ulri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ulri') 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', -- cgit v1.2.1