diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-04-29 18:27:56 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-04-29 18:27:56 +0900 |
commit | 675126a8368503edee00854a5d82f9cc32524bc2 (patch) | |
tree | 7e56786ef1fd8057c8cec35658389e52869add3f /doc/mscp.rst | |
parent | ef2dd55572a17cf9a2a1059aca2fa395e7d7efca (diff) |
manpage: improve descriptions for MaxStartups
Diffstat (limited to 'doc/mscp.rst')
-rw-r--r-- | doc/mscp.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/mscp.rst b/doc/mscp.rst index 8477c93..41ae876 100644 --- a/doc/mscp.rst +++ b/doc/mscp.rst @@ -2,7 +2,7 @@ MSCP ==== -:Date: v0.2.0-7-gab6649f +:Date: v0.2.0-8-gef2dd55 NAME ==== @@ -60,10 +60,10 @@ OPTIONS pinned to any cores. **-u MAX_STARTUPS** - Specifies the number of concurrent outgoing SSH connections. **sshd** - limits the number of simultaneous SSH connection attempts by - *MaxStartups* in *sshd_config.* The default *MaxStartups* is 10; - thus, we set the default MAX_STARTUPS 8. + Specifies the number of concurrent unauthenticated SSH connection + attempts. **sshd** limits the number of simultaneous SSH connection + attempts by *MaxStartups* in *sshd_config.* The default *MaxStartups* + is 10; thus, we set the default MAX_STARTUPS 8. **-I INTERVAL** Specifies the interval (in seconds) between SSH connection attempts. |