Created
December 31, 2023 14:25
-
-
Save dianariyanto/8f8cf555e41cdf7a761f606bead574b7 to your computer and use it in GitHub Desktop.
Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer: ssh-rsa
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
ssh-keygen -f "/home/me/.ssh/known_hosts" -R "192.168.1.1" | |
ssh -oHostKeyAlgorithms=+ssh-rsa -t [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment