Reset TOTP secret key
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
To protect your account security, if your TOTP secret key is compromised or lost, you should disable it and create a new one.
Reset TOTP if your key is compromised
If your TOTP secret key is compromised, but you still have access to it, you can remove the compromised key and create a new one.
-
Log in to your user account with your user password or SSH public key and your compromised TOTP secret key.
-
Remove the compromised TOTP secret key:
security login totp delete -vserver <svm_name> -username <account_username>
Cli -
Create a new TOTP secret key:
security login totp create -vserver <svm_name> -username <account_username>
Cli -
Verify that the TOTP configuration is enabled on your account:
security login totp show -vserver <svm_name> -username <account_username>
Cli
Reset TOTP if your key is lost
If your TOTP secret key is lost, contact your storage administrator to have the key disabled. After your key is disabled, you can use your first authentication method to log in and configure a new TOTP.
The TOTP secret key must be disabled by a storage administrator. If you do not have a storage administrator account, contact your storage administrator to have the key disabled.
-
After the TOTP secret is disabled by a storage administrator, use your primary authentication method to log in into your local account.
-
Create a new TOTP secret key:
security login totp create -vserver <svm_name> -username <account_username >
Cli -
Verify that the TOTP configuration is enabled on your account:
security login totp show -vserver <svm_name> -username <account_username>
Cli