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

fortinet _preferred_kex settings interfering with other devices #3463

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Noppes
Copy link

@Noppes Noppes commented Jul 12, 2024

I have a program that connects to multiple devcies, which include fortinet and aruba_os. The moment I connected to a fortinet device I could no longer connect to aruba_os, with the error paramiko.ssh_exception.IncompatiblePeer: Incompatible ssh peer (no acceptable kex algorithm).

Turns out the fortinet driver is editing the paramiko Transport class. This commit fixes that by using disabled_algorithms instead.

@ktbyers
Copy link
Owner

ktbyers commented Aug 28, 2024

Need to factor in interaction with this:

#2979

Which I can probably do.

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

Successfully merging this pull request may close these issues.

2 participants