aboutsummaryrefslogtreecommitdiff
path: root/ssh/.ssh
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-10-12 19:35:06 -0400
committerxero <x@xero.nu>2014-10-12 19:35:06 -0400
commitbacb77e1d444f6b3c6d0562452c000e9fece1f05 (patch)
treee8b8cd3bdf93584ec6538cff7dc93dd21ace9cc0 /ssh/.ssh
parentbfab0438fefca72297f4dbb0311dea219878fbfb (diff)
downloaddotfiles_ascii-bacb77e1d444f6b3c6d0562452c000e9fece1f05.tar.xz
dotfiles_ascii-bacb77e1d444f6b3c6d0562452c000e9fece1f05.zip
add ssh config for remote server keepalive
Diffstat (limited to 'ssh/.ssh')
-rw-r--r--ssh/.ssh/config2
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