From: Simon Ruderich Date: Mon, 6 Jan 2014 13:39:01 +0000 (+0100) Subject: sshd_config: Use MaxSessions 30. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b7a761aa3677916ec29d53e5807aa0c5df91b03e sshd_config: Use MaxSessions 30. --- diff --git a/sshd_config b/sshd_config index 28e2465..dbb774e 100644 --- a/sshd_config +++ b/sshd_config @@ -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