Raimond56
Raimond56
Alright I did some more reading and checked out the first error line code "device.py" And from that file I found this ``` # we want to enable the ssh-agent...
I modified device.py file and removed private key file check from allow_agent and then everything works fine when key is still passed in .ssh/config file So I changed this: ```...
Hey @chidanandpujar thanks for looking into this Did you have passphrase configured for your private key aswell? I tested again in clean python3 venv I run pip install git+https://github.com/Juniper/py-junos-eznc.git Then...