]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
sshd_config: Minor documentation fix.
authorSimon Ruderich <simon@ruderich.org>
Thu, 11 Apr 2013 12:43:27 +0000 (14:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 11 Apr 2013 12:43:27 +0000 (14:43 +0200)
sshd_config

index 8c73565cca2d7bf06b768e98619524f0c83061e4..4f54f5e4a659b02709293ebd3f18a25a20f7c1d5 100644 (file)
@@ -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