Tuesday, June 11, 2019

Python/NAPALM SSH Login Question

So, logging into my GNS3 devices through my linux terminal requires me to use the command "ssh [username]@[IP address] -c aes256-cbc -o Kexalgorithms=+diffie-hellman-group1-sha1". What I'm wondering is how do I tell NAPALM to log into my devices in this way/format?

What I'm actually trying to do: I'm trying to make a script that logs into my switches and uses the get_facts() command to pull information.



No comments:

Post a Comment