NAME

gcloud alpha compute os-login ssh-keys describe - describe an SSH Public Key from an OS Login Profile

SYNOPSIS

gcloud alpha compute os-login ssh-keys describe (--key=KEY | --key-file=KEY_FILE) [GCLOUD_WIDE_FLAG ...]

DESCRIPTION

(ALPHA) gcloud alpha compute os-login ssh-keys describe accepts either a string containing an SSH Public Key or a filename for an SSH Public key and displays that key from the user's OS Login Profile. The key value used can either be the full SSH key or the OS Login fingerprint for that key.

EXAMPLES

To show all of the information for the key stored in your OS Login profile that matches the key in /home/user/.ssh/id_rsa.pub, run:

$ gcloud alpha compute os-login ssh-keys describe \ --key-file=/home/user/.ssh/id_rsa.pub

To show all of the information about the key with a fingerprint of 'e0d96d6fad35a61a0577f467940509b5aa08b6dea8d99456ec19a6e47126bc52', run:

$ gcloud alpha compute os-login ssh-keys describe \ --key='e0d96d6fad35a61a0577f467940509b5aa08b6dea8d99456ec19a6e47\ 126bc52'

REQUIRED FLAGS

Exactly one of these must be specified:
--key=KEY

The SSH public key to describe from the OS Login Profile. Key value can either be the SSH key or the OS Login fingerprint of the key.

--key-file=KEY_FILE

The path to a file containing an SSH public key to describe from the OS Login Profile. Key value can either be the SSH key or the OS Login fingerprint of the key.

GCLOUD WIDE FLAGS

These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

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 describe

$ gcloud beta compute os-login ssh-keys describe