ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • 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.

    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
    Top of Page