-
Notifications
You must be signed in to change notification settings - Fork 158
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
feat: Enable using only the SSH agent for private keys if asked. #634
base: master
Are you sure you want to change the base?
Conversation
Probably superseded by Juniper/py-junos-eznc#1285 |
Hi @gaima8 Thanks |
The value of In junos-eznc where All this change does is allow you to set force_agent, with Juniper/py-junos-eznc#1284 this just forces junos-eznc to set allow_agent to true in the call to ncclient. As ncclient itself defaults to having allow_agent=True then Juniper/py-junos-eznc#1285 is probably a better fix as that simply stops junos-eznc from ever setting allow_agent to any other value.
|
Hi @gaima8 Thanks |
jnpr (py-junos-eznc) will only ask the SSH agent for keys in certain circumstances, this allows you to override that and for it to ask an agent.
A PR for Juniper/py-junos-eznc will be made too.Relates to Juniper/py-junos-eznc#1284