dnsserver / parallel-ssh

Automatically exported from code.google.com/p/parallel-ssh
Other
0 stars 0 forks source link

Not allowing relative paths makes no sense #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to do something on hosts with different usernames, like copy around 
files to ~/.ssh/id_rsa.pub
2. Fail, because pscp wants to have absolute paths for remote url-s

I removed the sys.exit() after the check in pscp and everything works as 
expected. I don't understand why there is this restriction.

Original issue reported on code.google.com by martin.paljak on 8 May 2013 at 7:03

GoogleCodeExporter commented 8 years ago
Agreed--this restriction seems pointless. I've now removed this in commit 
b6c8d71. Thanks for this report.

Original comment by amcna...@gmail.com on 8 May 2013 at 7:36

GoogleCodeExporter commented 8 years ago
What about the same pointless restriction in pslurp?

Original comment by ape...@gmail.com on 10 Jan 2014 at 4:52

GoogleCodeExporter commented 8 years ago
Fixed in 87a7d00. Thanks.

Original comment by amcna...@gmail.com on 10 Jan 2014 at 7:25