From: Simon Ruderich Date: Thu, 11 Apr 2013 12:43:27 +0000 (+0200) Subject: sshd_config: Minor documentation fix. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=975eb217f9e6396c725f2aa2ab6485b42166afbe;hp=020f30113df431a611f9a6ec9d963f1da38bb8ec;p=config%2Fdotfiles.git sshd_config: Minor documentation fix. --- diff --git a/sshd_config b/sshd_config index 8c73565..4f54f5e 100644 --- a/sshd_config +++ b/sshd_config @@ -51,7 +51,7 @@ StrictModes yes # Allow more sessions per network connection (e.g. from ControlMaster/-M). # When not enough sessions are available this message is sent by ssh: # "mux_client_request_session: session request failed: Session open refused by -# peer". Not necessary on all servers, therefore deactivated here. +# peer". Not necessary on all servers. #MaxSessions 30 # Don't accept any environment variables from the client (default). @@ -63,7 +63,7 @@ PermitUserEnvironment no # Send a message after the given seconds of inactivity through the encrypted # channel. Used to detect stale connections more quickly. Not necessary on all -# servers, therefore deactivated here. +# servers. #ClientAliveInterval 60 # Disconnect the client if more than max count alive messages were lost # (default). With the setting above this detects a broken connection after 3