napalm-automation-community / napalm-ros

MikroTik RouterOS NAPALM driver
101 stars 39 forks source link

Paramiko fix for looking for keys #116

Closed nunomcruz closed 1 year ago

nunomcruz commented 1 year ago

Description:

Connecting to Router OS would give an error stating wrong credentials. Credentials are fine, on the router the error log shows:

"ssh,error expected msg: 50 got: 5"

The solution is to not look for local keys, maybe this is not the best practice, but since we already add keys automatically I don't think would be a bigger issue.