From 035a4e610d8f7648817d11d6348c979eaf3868ab Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 10 Jan 2007 12:35:50 +0000 Subject: [PATCH] Add keepalives to ssh config git-svn-id: file:///svn/tfheen/trunk/dotfiles@988 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/config b/ssh/config index fbbdfcc..1a55df6 100644 --- a/ssh/config +++ b/ssh/config @@ -1,5 +1,7 @@ Host * HashKnownHosts no +TCPKeepAlive yes +ServerAliveInterval 60 # Fattigmanns vpn #Host tellus -- 2.39.5