diff options
author | xero <x@xero.nu> | 2014-10-12 19:35:06 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-10-12 19:35:06 -0400 |
commit | bacb77e1d444f6b3c6d0562452c000e9fece1f05 (patch) | |
tree | e8b8cd3bdf93584ec6538cff7dc93dd21ace9cc0 /ssh | |
parent | bfab0438fefca72297f4dbb0311dea219878fbfb (diff) | |
download | dotfiles_ascii-bacb77e1d444f6b3c6d0562452c000e9fece1f05.tar.xz dotfiles_ascii-bacb77e1d444f6b3c6d0562452c000e9fece1f05.zip |
add ssh config for remote server keepalive
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..3083d22 --- /dev/null +++ b/ssh/.ssh/config @@ -0,0 +1,2 @@ +Host * + ServerAliveInterval 60
\ No newline at end of file |