diff options
| -rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 4be131d..4676904 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1 +1,4 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host * + ServerAliveInterval 300 |
