ā09-20-2017 02:19 AM - edited ā03-01-2019 06:08 PM
Hi,
I'm facing SSH Server CBC Mode Ciphers Enabled and SSH Weak MAC Algorithms Enabled with Cisco 2960x and 3750x switshes.switches IOS version is 15.0(2).
Please help to Remediate the same.
Thank You
ā09-20-2017 10:14 AM
Hi,
Have you tried this:
> enable # configure terminal (config)# ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr (config)# ip ssh server algorithm mac hmac-sha1
Also, make sure you are running ssh version 2
(config)# ip ssh version 2
ā09-20-2017 12:12 PM
Hi,
This Command is not getting accepted by Cisco 2960x and 3750x IOS 15.0 (2).
Is there Solution for IOS 15.0 (2).
Thank You
ā09-20-2017 07:40 PM
But ip ssh version 2 they support. Maybe this is enough. Had you tried?
ā09-22-2017 01:20 AM
Yes.. But problem is same..
ā09-22-2017 02:46 AM
As advised in the other posts you have made, you need to upgrade to a newer IOS in order to get support for the stronger ciphers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide