使用TOTP启用MFA时、无法访问提供的URL:404 Not Found
适用场景
- ONTAP 9.13.1
- SSH
- 基于时间的一次性密码(TOTP)
问题描述
- 从ONTAP 9.131开始、您可以要求本地用户同时使用SSH公共密钥或用户密码以及基于时间的一次性密码(TOTP)登录到管理员或数据SVM、从而增强安全性。使用TOTP为该帐户启用MFA后,本地用户必须登录才能 完成配置。
security login totp create
会将新的机密密钥与用户帐户关联起来。
::> security login totp create
TOTP profile information of user "test".
Warning: pasting the following URL into your browser exposes the OTP secret to Google:
Your new secret key is: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Your verification code for code 1 is 123456
Your emergency scratch codes are:
12345678
90123456
78901234
56789012
34567890
- 如果在创建后尝试访问提供的URL、则会收到错误:
404 Not Found