512vincent / pdsh

Automatically exported from code.google.com/p/pdsh
GNU General Public License v2.0
0 stars 0 forks source link

PDSH_SSH_ARGS_APPEND doesn't work #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since the arguments in PDSH_SSH_ARGS_APPEND are appended after
the default args of:

 "-2 -a -x -l%u %h"

the new args come after the hostname and mess up the ssh command,
thus rendering this env var useless. The arguments need to be appended
after the last real ssh option, not the hostname, which is compulsory
and probably should not be optional anyway.

Original issue reported on code.google.com by mark.gro...@gmail.com on 28 Feb 2011 at 3:11

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1290.

Original comment by mark.gro...@gmail.com on 1 Mar 2011 at 5:41