From 8530a52b7f64edd6123b00bab164e9a62723b9a4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 16 Oct 2018 12:44:52 +0300 Subject: .ssh/config: enable keep-alive messages --- %HOME%/.ssh/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '%HOME%/.ssh') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 2b2b122..be19d66 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -1,3 +1,5 @@ AddKeysToAgent yes HashKnownHosts no StrictHostKeyChecking no +ServerAliveInterval 15 +ServerAliveCountMax 3 -- cgit v1.2.3