Rename SSHD's MaxStartup -> MaxStartups.

This commit is contained in:
Markus Roth 2014-03-22 21:41:14 +01:00
parent faff0ebb1e
commit 13114737cf
3 changed files with 7 additions and 7 deletions

View file

@ -3238,7 +3238,7 @@ sub simultaneous_sshlogin_limit {
::warning("ssh to $serverlogin only allows ",
"for $ssh_limit simultaneous logins.\n",
"You may raise this by changing ",
"/etc/ssh/sshd_config:MaxStartup on $serverlogin.\n",
"/etc/ssh/sshd_config:MaxStartups on $serverlogin.\n",
"Using only ",$ssh_limit-1," connections ",
"to avoid race conditions.\n");
}

View file

@ -2984,7 +2984,7 @@ Remote execution
R4. Result files can be transferred
R5. Cleanup of transferred files
R6. No config files needed
R7. Do not run more than SSHD's MaxStartup can handle
R7. Do not run more than SSHD's MaxStartups can handle
R8. Configurable SSH command
R9. Retry if connection breaks occasionally
@ -3369,7 +3369,7 @@ parallel mogrify -flip ::: *.jpg
B<dxargs> is also a tool for running jobs in parallel.
B<dxargs> does not deal well with more simultaneous jobs than SSHD's
MaxStartup. B<dxargs> is only built for remote run jobs, but does not
MaxStartups. B<dxargs> is only built for remote run jobs, but does not
support transferring of files.
@ -3545,7 +3545,7 @@ Using B<--ungroup> the 3 ms can be lowered to around 2 ms.
When using multiple computers GNU B<parallel> opens B<ssh> connections
to them to figure out how many connections can be used reliably
simultaneously (Namely SSHD's MaxStartup). This test is done for each
simultaneously (Namely SSHD's MaxStartups). This test is done for each
host in serial, so if your B<--sshloginfile> contains many hosts it may
be slow.

View file

@ -3212,7 +3212,7 @@ Remote execution
R4. Result files can be transferred
R5. Cleanup of transferred files
R6. No config files needed
R7. Do not run more than SSHD's MaxStartup can handle
R7. Do not run more than SSHD's MaxStartups can handle
R8. Configurable SSH command
R9. Retry if connection breaks occasionally
@ -3603,7 +3603,7 @@ parallel mogrify -flip ::: *.jpg
@strong{dxargs} is also a tool for running jobs in parallel.
@strong{dxargs} does not deal well with more simultaneous jobs than SSHD's
MaxStartup. @strong{dxargs} is only built for remote run jobs, but does not
MaxStartups. @strong{dxargs} is only built for remote run jobs, but does not
support transferring of files.
@section DIFFERENCES BETWEEN mdm/middleman AND GNU Parallel
@ -3796,7 +3796,7 @@ Using @strong{--ungroup} the 3 ms can be lowered to around 2 ms.
When using multiple computers GNU @strong{parallel} opens @strong{ssh} connections
to them to figure out how many connections can be used reliably
simultaneously (Namely SSHD's MaxStartup). This test is done for each
simultaneously (Namely SSHD's MaxStartups). This test is done for each
host in serial, so if your @strong{--sshloginfile} contains many hosts it may
be slow.