This is probably not something you’ll want to do in a large scale enterprise environment.. let routers be routers.. but for that one off situation where you just need a DNS server and its more convenient than spinning up new hardware to handle a few host entries then this is the perfect solution. First things first. Connect to your Cisco…
Category: Cisco
SSH to Cisco ASA fails, unable to negotiate, no matching key exchange method found.
Turns out there is a very simple fix for this. On the ASA ssh key-exchange group dh-group14-sha1 Or as a quick work around you could add -oKexAlgorithms=+diffie-hellman-group1-sha1 in the client bash>ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 username@xxx.xxx.xxx.xxx