HP ProCurve 关闭弱密码 - 禁用 SSH CBC 模式密码和 RC4

网络工程 安全 生命值 hp-procurve SSH
2022-02-23 21:04:44

HP 交换机是否有任何选项可以更改/修改使用的 ssh 密码?例如在 cisco 中,我们可以发出命令:

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

我在 HP Procurve 文档中找不到任何可以达到相同结果的内容。

1个回答

您应该可以通过以下方式进行设置:

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

您可能还必须首先使用命令的 no 形式禁用其他算法。