From b086b6d4f042c62b7eeae604ad5082d808f865e4 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Mon, 17 Jun 2019 11:15:20 +0200 Subject: [PATCH] keep ssh session alive for 1H --- private_dot_ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_ssh/config b/private_dot_ssh/config index 515e9a5..98a0715 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config @@ -3,4 +3,4 @@ Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_rsa - ServerAliveInterval 60 + ServerAliveInterval 3600