diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-16 12:44:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-16 12:44:52 +0300 |
commit | 8530a52b7f64edd6123b00bab164e9a62723b9a4 (patch) | |
tree | a488b660dce4e4c5cf860194983ade67de5a5576 /%HOME%/.ssh/config | |
parent | .bashrc: fix ssh inside screen (diff) | |
download | linux-home-8530a52b7f64edd6123b00bab164e9a62723b9a4.tar.gz linux-home-8530a52b7f64edd6123b00bab164e9a62723b9a4.zip |
.ssh/config: enable keep-alive messages
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |