Hi,
We received a nessus scan regarding SSH Weak MAC Algorithms Enabled. Would like to ask how to remediate it?
Below are the information:
Model: cisco WS-C3650-24TS (MIPS)
Switch Ports Model SW Version SW Image Mode
------ ----- ----- ---------- ---------- ----
* 1 28 WS-C3650-24TS 16.12.10 CAT3K_CAA-UNIVERSALK9 INSTALL
#show ip ssh
SSH Enabled - version 2.0
Authentication methods:publickey,keyboard-interactive,password
Authentication Publickey Algorithms:x509v3-ssh-rsa,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,x509v3-ecdsa-sha2-nistp256,x509v3-ecdsa-sha2-nistp384,rsa-sha2-256,rsa-sha2-512
Hostkey Algorithms:x509v3-ssh-rsa,rsa-sha2-512,rsa-sha2-256,ssh-rsa
Encryption Algorithms:aes128-gcm,aes256-gcm,aes128-ctr,aes192-ctr,aes256-ctr
MAC Algorithms:hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
KEX Algorithms:ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
Authentication timeout: 120 secs; Authentication retries: 3
Minimum expected Diffie Hellman key size : 2048 bits
I browsed other forum and it seems the solution is below:
#ip ssh server algorithm encryption aes256-ctr aes192-ctr aes128-ctr
1. is this the right solution?
2. If this is the right command what parameter should i include after encryption based on the show ip ssh above?
3. is there a command to test if the fix is applied?
Thank you
John