-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the commands executed for SSH+SCP, SSH+SUDO and SSH+INTERACTIVE_SUDO connections configurable #52
Comments
See http://support.xebialabs.com/tickets/632 (sorry, private link) for a motivation for making this configurable. A short summary: "the target user I use on a SunOS machine has the following alias : |
That's actually a motivation to make all the commands Overthere use for SSH+SCP, SSH+SUDO and SSH+INTERACTIVE_SUDO configurable. |
One Issue To Rule Them All? Or do we consider this simply an incompatible installation/setup of the target environment? |
I'd love to consider it so but the reality is that such hosts exist. |
Renamed the issue to cover all commands executed for SSH+SCP, SSH+SUDO and SSH+INTERACTIVE_SUDO connections. This means this issue also includes #51. |
Currently, the sudo connection methods use a two-step approach to copy files to a target location:
The command that carries out the second step is (depending on the value of the sudoPreserveAttributesOnCopyFromTempFile property),
cp -r
orcp -pr
. It would be more flexible if the user could configure this command to support arbitrary flags.The text was updated successfully, but these errors were encountered: