浏览代码

Merge branch 'master' into armv6l

Fabian Peter Hammerle 6 年之前
父节点
当前提交
4e866868af
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ssh_config

+ 4 - 0
ssh_config

@@ -18,3 +18,7 @@ ExitOnForwardFailure yes
 
 # https://security.stackexchange.com/questions/110639/how-exploitable-is-the-recent-useroaming-ssh-problem
 UseRoaming no
+
+# prevent idle connection from timing out
+# https://serveo.net/
+ServerAliveInterval 60