Replies: 2 comments 1 reply
-
tl;dr - scrapli execs ssh on your system (with default system transport), so set it up however you want in your ssh config file. https://carlmontanari.github.io/scrapli/user_guide/basic_usage/#ssh-config-support |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for answering. IOSXR_DEVICE1 = { and here is the error: socket.gaierror: [Errno 8] nodename nor servname provided, or not known i tried with from scrapli.driver.core import IOSXEDriver my_device = { with IOSXEDriver(**my_device) as conn:
|
Beta Was this translation helpful? Give feedback.
-
its weird to access devices with just one ssh connection, almost always we need to connect to a linux server in order from there to connect to the devices.
How can we do that???
Beta Was this translation helpful? Give feedback.
All reactions