aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.ssh/config
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-10-16 12:44:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-10-16 12:44:52 +0300
commit8530a52b7f64edd6123b00bab164e9a62723b9a4 (patch)
treea488b660dce4e4c5cf860194983ade67de5a5576 /%HOME%/.ssh/config
parent.bashrc: fix ssh inside screen (diff)
downloadlinux-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/config2
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