Replies: 1 comment 1 reply
-
|
Netmiko really only uses SSH config file for proxy configuration. Are you talking about a proxy configuration here or more general? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was browsing the base_connection.py and started wondering why is the ssh_config_file is used to extract:
but no the keys? What would be an argument be not to modify the
def _use_ssh_config()to add something like:to use IdentityFile defined in ssh config?
Beta Was this translation helpful? Give feedback.
All reactions