Hello,
I am trying to SSH to always on IOS XE devices in the DevNet sandbox with Ubuntu Linux as I try to learn Python.
I receive the following error when I try and connect to any of them:
tiate with 131.226.217.149 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
I have editing the ssh_config file in /etc/ssh/ssh_config to add:
KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr
but I can't no matter what I do ssh_config is not editable.
Any help is greatly appreciated as I am kind of at a standstill in my learning until I get this resolved. Thank you.