From 50011b1675c66a4c2328069178f15387accecb87 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 9 Aug 2023 10:24:48 -0700 Subject: [PATCH] update keepalives for ssh --- dotfiles/ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index 995d3dc..37caa83 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -29,7 +29,8 @@ Match canonical all ForwardAgent no ForwardX11 no ForwardX11Trusted no - ServerAliveInterval 120 + ServerAliveInterval 30 + ServerAliveCountMax 3 UpdateHostKeys yes User david VerifyHostKeyDNS yes