]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - sshd_config
setup.sh: Use sed_i().
[config/dotfiles.git] / sshd_config
index 4f18dc0e0463b868913ae4bc6189492527030293..4f54f5e4a659b02709293ebd3f18a25a20f7c1d5 100644 (file)
@@ -48,6 +48,12 @@ PermitRootLogin without-password
 # Be strict when checking user file permissions (default).
 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.
+#MaxSessions 30
+
 # Don't accept any environment variables from the client (default).
 AcceptEnv
 # Don't use ~/.ssh/environment and environment= options in
@@ -57,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