mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha bms serial-console-ssh-keys - manage SSH keys for accessing
|
|
the interactive serial console in Bare Metal Solution
|
|
|
|
SYNOPSIS
|
|
gcloud alpha bms serial-console-ssh-keys COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage SSH keys for accessing the interactive serial console in
|
|
Bare Metal Solution.
|
|
|
|
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 a public SSH key to the project for accessing the
|
|
interactive serial console in Bare Metal Solution.
|
|
|
|
list
|
|
(ALPHA) List the SSH keys added to the project for accessing the
|
|
interactive serial console in Bare Metal Solution.
|
|
|
|
remove
|
|
(ALPHA) Remove an SSH key that is used to access the interactive serial
|
|
console in Bare Metal Solution given its name.
|
|
|
|
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.
|
|
|