NAME
    gcloud alpha compute os-login ssh-keys - list, add, update, and remove OS
        Login SSH Keys

SYNOPSIS
    gcloud alpha compute os-login ssh-keys COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) List, add, update, and remove OS Login SSH Keys.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     add
        (ALPHA) Add an SSH public key to an OS Login profile.

     describe
        (ALPHA) Describe an SSH Public Key from an OS Login Profile.

     list
        (ALPHA) List SSH public keys from an OS Login profile.

     remove
        (ALPHA) Remove an SSH public key from an OS Login profile.

     update
        (ALPHA) Update an SSH public key in an OS Login profile.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud compute os-login ssh-keys

        $ gcloud beta compute os-login ssh-keys

