-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
RFE: PyGit2 backend should also support SSH Agent Authentication #40008
Comments
Do you have any examples of this? There's no mention of agent forwarding in the documentation for the Credentials objects. |
Oh, cool! Odd that this has never made it into their documentation. I'll play around with this and try to get it into Salt. Thanks for the link! I can't promise this will make the next feature release because Python 3 support is a higher priority right now, but I'll try to make it happen. |
That's OK :) there's obvious and good workarounds for it so no high prio. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
not stale |
Thank you for updating this issue. It is no longer marked as stale. |
Description of Issue/Question
In Salt-SSH rosters you can already use
agent-forwarding
to use a key from the SSH Agent.Using GitPython as backend for the gitfs SSH Agent auth (accidentally) also works
PyGit2 has support for this as well, but the code needs some minor adjustments to make it work.
The text was updated successfully, but these errors were encountered: