#533416 pssh: cannot parse for more than one -O/-o options; cannot use -i option

Package:
pssh
Source:
pssh
Submitter:
Stéger József
Date:
2021-09-16 21:45:04 UTC
Severity:
wishlist
#533416#5
Date:
2009-06-17 10:07:18 UTC
From:
To:
Problem description:
parallel-scp and parallel-ssh are not able to accept
1./ more than one -O options and translate them to -o options of the corresponding applications.
2./ -i (identity) option.

A patch (for parallel-scp) is attached, which solves the issue, though not all possible combination of the optional arguments are implemented and/or tested. A similar workaround is available for the parallel-ssh. Maybe, the argument parsing of the parallel-scp/ssh needs some reconsiderations...

Introducing the use of ':' in the folder description can assign file transfer direction. Of course from remote->local direction the source files shall have different names to avoid overwriting them.

As a wish this could be avoided by the use of hostname folders for the local target...

(This bug was reported https://bugs.launchpad.net/ubuntu/+source/pssh/+bug/387816)

#533416#14
Date:
2021-09-16 21:41:29 UTC
From:
To:
Am 17.06.2009 um 12:07 teilte Stéger József mit:

Hi,
I pointed the new upstream (lilydjwg) author to the patch in the
launchpad issue. So I hope it will be accepted sooner or later.

Hilmar