Просмотр исходного кода

Merge branch 'master' into armv6l

Fabian Peter Hammerle 6 лет назад
Родитель
Сommit
e2b7162107
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