diff --git a/src/parallel b/src/parallel index 766771a5..5e84ec16 100755 --- a/src/parallel +++ b/src/parallel @@ -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"); } diff --git a/src/parallel.pod b/src/parallel.pod index 9bccb35b..2d238115 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -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 is also a tool for running jobs in parallel. B does not deal well with more simultaneous jobs than SSHD's -MaxStartup. B is only built for remote run jobs, but does not +MaxStartups. B 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 opens B 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. diff --git a/src/parallel.texi b/src/parallel.texi index cf1f2355..98455f87 100644 --- a/src/parallel.texi +++ b/src/parallel.texi @@ -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.