Browse Source

Merge branch 'master' into armv6l

Fabian Peter Hammerle 5 years ago
parent
commit
e2b7162107
1 changed files with 4 additions and 0 deletions
  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