diff options
-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 |