Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mailinglists35/5926352d44561cbe604b7c8861ba4a4f to your computer and use it in GitHub Desktop.
Save mailinglists35/5926352d44561cbe604b7c8861ba4a4f to your computer and use it in GitHub Desktop.
ssh older
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,kexguess2@matt.ucc.asn.au
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