Created
January 14, 2023 22:57
-
-
Save mariotpc/20b54ad45ba743061cc2f1b145f70045 to your computer and use it in GitHub Desktop.
Unable to negotiate with <IP> port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -oHostKeyAlgorithms=+ssh-dss -oPubkeyAcceptedAlgorithms=+ssh-dss -oKexAlgorithms=+diffie-hellman-group1-sha1 <username>@<IP> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment