@akamai/openapi-ts
    Preparing search index...

    Type Alias PostAddSshKeyResponses

    type PostAddSshKeyResponses = {
        "200": { created: string; id: number; label: string; ssh_key: string };
    }
    Index

    Properties

    Properties

    "200": { created: string; id: number; label: string; ssh_key: string }

    A credential object for authenticating a User's secure shell connection to a Linode.

    Type Declaration

    • Readonlycreated: string

      Read-only The date this key was added.

    • Readonlyid: number

      Read-only The unique identifier of an SSH Key object.

    • label: string

      A label for the SSH Key.

    • ssh_key: string

      The public SSH Key, which is used to authenticate to the root user of the Linodes you deploy.

      Accepted formats:

      • ssh-dss
      • ssh-rsa
      • ecdsa-sha2-nistp
      • ssh-ed25519
      • sk-ecdsa-sha2-nistp256 (Akamai-specific)