SSH authentication issues #105
-
Hi, I'm having an issue in using nornir_scrapli to connect to a vIOS router. I can use the same nornir config.yaml listing dst IP and credentials to connect and manage the vIOS using netmiko & napalm. I'm using the same Ubuntu 20.04.4 LTS server to run all these, with a separate venv for all three (scrapli/netmiko/napalm). For some reason scrapli keeps throwing me 'scrapli.exceptions.ScrapliTimeout: timed out during in channel ssh authentication'. From 'debug ip ssh' on the vIOS router I see that scrapli SSH session is "Using method = none" Scrapli: Working netmiko: I wonder if I'm missing some ssh option for Scrapli that should be used here. Scrapli traceback below: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Almost certainly related to this.
|
Beta Was this translation helpful? Give feedback.
Almost certainly related to this.
conn.channel._auth_password_pattern = blah
as mentioned in that thread, or use a different transport, or set a sane banner.