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
I am able to connect to a switch with no password through serial mode without any error. But after setting password to the switch when I try to connect through serial mode I have seen the code fail randomly. Some times I am able to connect but most of the time I get ConnectAuthError(host: None, msg: Bad username/password).
When I looked at the code I see the serial read output shows the password was provided for the login prompt after 1st password fail.
I am able to connect to a switch with no password through serial mode without any error. But after setting password to the switch when I try to connect through serial mode I have seen the code fail randomly. Some times I am able to connect but most of the time I get
ConnectAuthError(host: None, msg: Bad username/password)
.When I looked at the code I see the serial read output shows the password was provided for the login prompt after 1st password fail.
output is from this
py-junos-eznc/lib/jnpr/junos/transport/tty_serial.py
Line 84 in 79d560d
The text was updated successfully, but these errors were encountered: