ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system service-processor api-service regenerate-ssh-auth-key

    Regenerate SSH Auth Private and Public Key

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

    Description

    The system service-processor api-service regenerate-ssh-auth-service command regenerates public and private keys for SSH public key authentication between ONTAP nodes and their service processor (SP) or basboard management controller (BMC).

    Parameters

    -key-type {ecdsa-256|ecdsa-384|rsa-2048|rsa-3076} - SSH Key Type

    This parameter specifies the SSH authentication key type and key size that must be used when regenerating the keys. Examples: ecdsa-256, rsa-2048.

    Examples

    The following example regenerates keys based on key type ECDSA and key size 256.

    cluster1::> system service-processor api-service regenerate-ssh-auth-key -key_type ecdsa-256
    Top of Page