Index  |  Top  -  Up Data ONTAP 8.2

security login publickey delete

Delete a public key

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The security login publickey delete command deletes a public key for a specific user. To delete a public key, you must specify a user name and index number.

Parameters

-vserver <vserver name> - Vserver

This parameter optionally specifies the Vserver of the user for whom you are adding the public key.

-username <text> - Username

This parameter specifies the name of the user for whom you are deleting a public key. If you do not specify a user, the user named admin is specified by default.

-index <integer> - Index

This parameter specifies an index number for the public key. Default value is zero if it is the first public key created for the user, otherwise, one greater than the highest existing index.

Examples

The following command deletes the public key for the user named tsmith with the index number 5.
cluster1::> security login publickey delete -username tsmith -index 5

Index  |  Top  -  Up Data ONTAP 8.2