For some reason I cannot ssh into a Cisco Catalyst C3750 Switch. This is the error message, that I get:
ssh_dispatch_run_fatal: Connection to 192.168.7.6 port 22: Invalid key length
This is the SSH config, that I am using:
Host 192.168.7.6
IdentitiesOnly yes
KexAlgorithms=+diffie-hellman-group1-sha1
My SSH-Version is:
OpenSSH_7.6p1, OpenSSL 1.1.0h-fips 27 Mar 2018
I already ran:
crypto key generate rsa
on the switch and generated a 2048 length key, but this did not help. I also reloaded the switch.
Thanks