SSH to Cisco failed: no matching key exchange method found

How Can We Help?

SSH to Cisco failed: no matching key exchange method found

sudo nano /etc/ssh/ssh_config
Host *
    KexAlgorithms +diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
    Ciphers +aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
    PubkeyAcceptedAlgorithms +ssh-rsa
    HostkeyAlgorithms +ssh-rsa