]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
sshd_config: Add (disabled) MaxSessions setting.
authorSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 00:19:32 +0000 (01:19 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 00:19:32 +0000 (01:19 +0100)
sshd_config

index 4f18dc0e0463b868913ae4bc6189492527030293..8c73565cca2d7bf06b768e98619524f0c83061e4 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, therefore deactivated here.
+#MaxSessions 30
+
 # Don't accept any environment variables from the client (default).
 AcceptEnv
 # Don't use ~/.ssh/environment and environment= options in