Security – Disable Weak SSH CBC Mode Ciphers and RC4 on HP ProCurve Switch

hphp-procurveSecurityssh

Is there any option for HP switches to change/modify used ssh ciphers?
For exmaple in cisco we can issue commands:

ip ssh server algorithm encryption aes256-ctr
ip ssh server algorithm mac hmac-sha1

I couldn't find anything which would achive same results in HP Procurve documentation.

Best Answer

You should be able to set this with:

ip ssh cipher aes-256-ctr
ip ssh mac hmac-sha1

You may also have to disable the other algorithms first using the no forms of the commands.