09-30-2015 01:53 AM - edited 03-11-2019 11:40 PM
I need a guidance on disabling ssh weak MAC Algorithms and SSH CBC mode ciphers.
I got a CISCO ASA 5510 device. Appreciate if someone could help me. Need advise urgently.
09-30-2015 02:02 AM
Hi,
You can use following command to see what are the configured algorithm:
# show run all ssl
Then based on our requirement you can use following command to remove/add ssl algorithms:
# ssl encryption <algo-name>
# no ssl encryption <algo-name>
Hope it helps!!!
Thanks,
R.Seth
Mark the answer as correct if it helps in resolving your query!!!
09-30-2015 02:23 AM
Thanks for prompt response. However, in my case is SSH not SSL.
09-30-2015 02:41 AM
Hi,
I understand that you are using ssh, but all the encryptions algorithms are configured under SSL hierarchy on ASA.
Refer:
http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/S/cmdref3/s16.html#pgfId-1562163
Let us know if this helps in resolving your issue.
Thanks,
R.Seth
09-30-2015 02:59 AM
You can also refer:
https://supportforums.cisco.com/discussion/12209596/how-disable-aes-cbc-encryption-asa-5545
09-30-2015 05:11 AM
09-30-2015 05:30 AM
Hi,
Use "show run ssl" to see the ssl encryption algorithm in your running configuration.
I think you will not see the encryption algo in running configuration as you have deleted it.
Hope it helps!!!
Thanks,
R.Seth
Mark the answer as correct if it helps in resolving your query!!!
09-30-2015 05:39 AM
You can change ssl settings via ASDM as well.
Navigate through Configuration > Device Management > SSL Settings.
Under this hierarchy you can easily check what is active and based on your requirement you can edit the settings.
Hope it helps!!!
Thanks,
R.Seth
10-13-2015 01:25 AM
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