# HG changeset patch # User Steve Huston # Date 1622058948 14400 # Node ID 27bc245f41942e297b6322b3ec1a8242ff28d0ff # Parent 27be25dad753563f7a0ebdc55e650325a732ec19 Keep yourself alive diff -r 27be25dad753 -r 27bc245f4194 .ssh/config --- a/.ssh/config Thu Apr 22 16:58:56 2021 -0400 +++ b/.ssh/config Wed May 26 15:55:48 2021 -0400 @@ -55,6 +55,7 @@ ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes + ServerAliveInterval 30 # Deny everything for other hosts w/ a dot Host *.* @@ -69,3 +70,4 @@ ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes + ServerAliveInterval 30