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
When connecting to certain Huawei devices via Telnet using netmiko, authentication fails if the password is sent with \r\n as the line ending. These huawei devices strictly require \r (carriage return only) for password confirmation, but the current Huawei driver in netmiko sends \r\n (carriage return + newline), causing the password to be rejected.