Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Windows 11 (cli) no longer negotiates ssh with our Cisco C1000 catalyst switches without a work around: ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 -c aes256-ctr <username>@<ip address>but after researching, it appears that Microsoft is doing t...
Also, an internal vulnerability scan by an auditor stated that we needed to "Reconfigure the service to use a unique Diffie-Hellman moduli of 2048 bits or greater.". is there a config change that can require this?
Thanks for your quick reply BB.We are already on ssh v2, and when I do show ip ssh, I only see "KEX Algorithms:diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1"My main question was - can I add more secure key exchange algorithms to this...