User Tools

Site Tools


ssh_algo_fix

This is an old revision of the document!


If you get “no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1”

Do the following. Oh and Cisco and all you other lame asses UPDATE YOUR SSH ALGOS!!!

nano ~/.ssh/config
Host *
    KexAlgorithms +diffie-hellman-group14-sha1
    HostKeyAlgorithms +ssh-rsa
ssh_algo_fix.1781205874.txt.gz · Last modified: by admin