feat: Enable using only the SSH agent for private keys if asked.#634
feat: Enable using only the SSH agent for private keys if asked.#634gaima8 wants to merge 1 commit intoJuniper:masterfrom
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