Mercurial > index.cgi > dotfiles
changeset 222:27bc245f4194
Keep yourself alive
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 26 May 2021 15:55:48 -0400 |
parents | 27be25dad753 |
children | 2ee6627c0bc4 |
files | .ssh/config |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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