From: Simon Ruderich Date: Thu, 20 Dec 2012 20:41:45 +0000 (+0100) Subject: ssh_config: Document an undocumented ServerAlive* feature. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=be84282735ce577b629d70b80e757f2a2ad5a32e ssh_config: Document an undocumented ServerAlive* feature. --- diff --git a/ssh_config b/ssh_config index 5f01046..62babfc 100644 --- a/ssh_config +++ b/ssh_config @@ -15,6 +15,13 @@ # You should have received a copy of the GNU General Public License # along with this file. If not, see . +# Undocumented (and not very well tested) feature. This drops the connection +# after 5 seconds of inactivity. Thanks to shad0VV in #openssh on Freenode +# (2012-11-04 18:40 CET) for telling me about this undocumented feature. +# +# ServerAliveCountMax 0 +# ServerAliveInterval 5 + # Rules for all hosts. Host *