Closed GoogleCodeExporter closed 8 years ago
There is the option '-e' which can be used to specify the remote path to pdcp.
This option can also be set via an environment variable:
-e PATH
Explicitly specify path to remote pdcp binary instead of using
the locally executed path. Can also be set via the environment
variable PDSH_REMOTE_PDCP_PATH.
I realize this isn't going to work if you are using pdcp to multiple machines,
each of which has the binary in a different path, but IIRC there were security
reasons for not trusting the PATH on remote hosts. However, you might just try
pdcp -e pdcp ...
for now and see if that works (I don't have a place to test it right now)
Meanwhile, let me look back at why remote PATH can't be trusted.
Original comment by mark.gro...@gmail.com
on 24 Feb 2014 at 2:45
I did not see that option. Thanks, that works for me.
Original comment by sdev...@gmail.com
on 26 Feb 2014 at 5:57
Thanks! If it becomes a problem just reopen this ticket
Original comment by mark.gro...@gmail.com
on 27 Feb 2014 at 3:04
Original issue reported on code.google.com by
sdev...@gmail.com
on 22 Feb 2014 at 5:24