Skip to content

Instantly share code, notes, and snippets.

@maxbelyanin
Created March 22, 2017 17:31
Show Gist options
  • Save maxbelyanin/ded7eb8e6a7349924b788649a85c72fa to your computer and use it in GitHub Desktop.
Save maxbelyanin/ded7eb8e6a7349924b788649a85c72fa to your computer and use it in GitHub Desktop.
diffie-hellman-group1-sha1

query the remote server to see what configuration is used as followed :

ssh -p22 -G user@<IP_Address>
ssh -p22 -o KexAlgorithms=+diffie-hellman-group1-sha1 user@<IP_Address>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment