-
Notifications
You must be signed in to change notification settings - Fork 61
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
transfers.rsync
ignores ssh agent and always asks for key password
#16
Comments
The reason seems to be
But I have no idea why it applies to |
Probably has to do with the currently-too-thin boundary between Eg I think what needs to happen is vanilla-Invoke's run() wants to honor I'm still trying to get Patchwork and Invocations both up to snuff re: being publication and pull request worthy, after that I'll get back to this sort of feature related work. PyCon sprints! |
Below is my current workaround for this issue:
|
I ran into the same issue and @max-arnold's workaround worked for me. |
This never got linked to fabric/fabric#1752 - once that is solved this may go away or at least be easier to fix. |
I am not able to use this workaround, still needing the password |
I'm having another problem related to this (problems with
Gives me this:
But running remotely with |
Thanks for making patchwork compatible with Python 3! Trying to port one small project to Fabric v2:
Remote command works fine with ssh agent running:
c.local("rsync -pthrvz --rsh='ssh -p 22 ' /Users/user/work/project/configs [email protected]:/tmp")
asks for ssh key:Running the same command from the shell works fine:
The text was updated successfully, but these errors were encountered: