keys ls
List all SSH keys.keys list
keys get
Show key details.| Flag | Description |
|---|---|
--download | Download the private key to SSH_KEY_PATH |
-f, --force | Overwrite existing file when downloading |
keys new
Add a new SSH key.keys create
| Flag | Description |
|---|---|
--type <type> | Required. MANAGED or PUBLIC |
--publicKeyPath <path> | Path to public key file (required for PUBLIC) |
--default | Set as the default key for new VMs |
~/.ssh/machine0__my-key.
Public key (bring your own):
keys update
Update key settings.| Flag | Description |
|---|---|
--default <bool> | Set as default key (true/false) |
keys rm
Delete a key.keys destroy
| Flag | Description |
|---|---|
-y, --yes | Skip confirmation prompt |