From e1c063ff0aa495452fc4798c7dea900eaf8c07b2 Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Sun, 10 Oct 2010 17:54:11 -0700 Subject: [PATCH] Updated the ssh config --- plugins/ssh.plugins.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ssh.plugins.bash b/plugins/ssh.plugins.bash index 504e223..872d111 100644 --- a/plugins/ssh.plugins.bash +++ b/plugins/ssh.plugins.bash @@ -1,5 +1,5 @@ #!/bin/bash function add_ssh() { - echo -en "\n\nHost $1\n HostName $2\n User $3" >> ~/.ssh/config + echo -en "\n\nHost $1\n HostName $2\n User $3\n ServerAliveInterval 30\n ServerAliveCountMax 120" >> ~/.ssh/config } \ No newline at end of file -- 2.17.1