CONTAP-164455:在输入域凭据时大小写不匹配的情况下,不遵守 MFA 公钥身份验证方法
问题描述
使用使用域身份验证和公钥创建的用户作为其主要或次要身份验证:cluster1::*> security login show -role admin
Vserver: cluster1
Second
User/Group Authentication Acct Authentication
Name Application Method Role Name Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
DEMO\emile ssh domain admin - publickey
当对域用户使用正确大小写时,双因素身份验证工作成功:[root@centos1 ~]# ssh DEMO
emile
emile@cluster1
Permission denied (publickey).
如果对域用户使用错误大小写,则绕过公钥身份验证:[root@centos1 ~]# ssh DEMo
emile
emile@cluster1
Password:
Last login time: 2/13/2024 15:28:12
Unsuccessful login attempts since last login: 2
cluster1::>