Skip to content

Conversation

Noppes
Copy link
Contributor

@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.

@Noppes
Copy link
Contributor Author

Noppes commented Nov 6, 2024

Any status update?

@ktbyers
Copy link
Owner

ktbyers commented Nov 7, 2024

I will try to work on this on Friday (alternative, feel free to reconcile the two items i.e. this PR and linked/referenced item).

@Noppes
Copy link
Contributor Author

Noppes commented Nov 7, 2024

Like that?

@ktbyers
Copy link
Owner

ktbyers commented Nov 8, 2024

Superseded by #3530

@ktbyers ktbyers closed this Nov 8, 2024
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