Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement different key-exchange methods #8

Open
evilmonkey19 opened this issue May 11, 2024 · 0 comments
Open

Implement different key-exchange methods #8

evilmonkey19 opened this issue May 11, 2024 · 0 comments

Comments

@evilmonkey19
Copy link
Contributor

In real case scenarios, many times, there are devices which doesn't have normal key-exchange methods. In my personal experience, even though it is not really common, it happens some time to time that Netmiko does not support out-of-the-box certain key-exchange method. It would be awesome to replicate such cases easily.

There is a need by other people: ktbyers/netmiko#1742

The syntax I propose should something like this:

hosts:
    router1:
        username: user
        password: user
        platform: cisco_ios
        port: 8000
        kex_method: diffie-hellman...bla...bla...bla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant