You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running juniper.device.config for example does give a PyEZ ConnectAuthError when running the playbook with -u <username> -k. This happens as my private key in ~/.ssh/config is not on the device. The expected result is to use the ssh key first and if this fails use the supplied username and password combination. This last part is not happening so on a new device this is only fixable by adding the variable: ssh_private_key_file: "/dev/null"
Issue Type
Module Name
juniper.device
juniper.device collection and Python libraries version
OS / Environment
Model: ex3400-24t
Junos: 20.4R2-S2.2
Summary
Running juniper.device.config for example does give a PyEZ ConnectAuthError when running the playbook with
-u <username> -k
. This happens as my private key in ~/.ssh/config is not on the device. The expected result is to use the ssh key first and if this fails use the supplied username and password combination. This last part is not happening so on a new device this is only fixable by adding the variable:ssh_private_key_file: "/dev/null"
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered: