在 ONTAP 集群上禁用 telnet(端口 23)是否安全?
适用于
ONTAP 9
问题解答
- 是的,ONTAP 中的正常操作不需要 telnet(TCP 端口:23)。 SSH 是推荐的安全替代方案
- 要在群集中禁用 telnet:
::> security protocol modify -application telnet -enabled false
追加信息
additionalInformation_text
::> security protocol modify -application telnet -enabled false