Este contenido no está disponible en el idioma seleccionado.
Chapter 41. keypair
This chapter describes the commands under the keypair command.
41.1. keypair create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create new public or private key for server ssh access
| Value | Summary |
|---|---|
| <name> | New public or private key name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public-key <file> | Filename for public key to add. if not used, creates a private key. |
| --private-key <file> | Filename for private key to save. if not used, print private key in console. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
41.2. keypair delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack keypair delete [-h] <key> [<key> ...]
openstack keypair delete [-h] <key> [<key> ...]
Delete public or private key(s)
| Value | Summary |
|---|---|
| <key> | Name of key(s) to delete (name only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
41.3. keypair list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List key fingerprints
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
41.4. keypair show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Display key details
| Value | Summary |
|---|---|
| <key> | Public or private key to display (name only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public-key | Show only bare public key paired with the generated key |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |