Last active
August 25, 2024 02:19
-
-
Save mailinglists35/5926352d44561cbe604b7c8861ba4a4f to your computer and use it in GitHub Desktop.
ssh older
This file contains 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
Unable to negotiate with 192.168.1.1 port 22: no matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,[email protected] | |
Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer: ssh-rsa | |
ssh -o KexAlgorithms=diffie-hellman-group1-sha1 -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa user@host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment