Fix: No matching key exchange method found

This is an SSH connection issue. The scenario is where you are getting an error when connecting to a server via SSH:

Unable to negotiate with IP port 22: no matching key exchange method found...

To fix this, edit the SSH Config File:

vim /etc/ssh/ssh_config

Add the following under Host:

Host*
GSSAPIAuthentication yes
KexAlgorithms +diffie-hellman-group1-sha1