]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
sshd_config: Use MaxSessions 30.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 Jan 2014 13:39:01 +0000 (14:39 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 Jan 2014 13:39:01 +0000 (14:39 +0100)
sshd_config

index 28e246517a926146fac0f0b9da723a18d023473f..dbb774eb7151bf57580af68076a1764488be0bbf 100644 (file)
@@ -52,8 +52,8 @@ 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
+# peer".
+MaxSessions 30
 
 # Don't accept any environment variables from the client (default).
 AcceptEnv