vessl ssh-key
Run
vessl ssh-key --help
to view the list of commands, or vessl ssh-key [COMMAND] --help
to view individual command instructions.vessl ssh-key add [OPTIONS]
Option | Description |
---|---|
--path | SSH public key path |
--name | SSH public key name |
$ vessl ssh-key add
[?] SSH public key path: /Users/johndoe/.ssh/id_ed25519.pub
[?] SSH public key name: [email protected]
Successfully added.
vessl ssh-key list
$ vessl ssh-key list
NAME FINGERPRINT CREATED
[email protected] SHA256:ugLx91zLE9ELAqT19uNjQ 6 hours ago
vessl ssh-key delete
$ vessl ssh-key delete
[?] Select ssh public key: [email protected] / SHA256:ugLx91zLE9ELAqT19uNjQ (created 6 hours ago)
> [email protected] / SHA256:ugLx91zLE9ELAqT19uNjQ (created 6 hours ago)
Successfully deleted.
Last modified 1yr ago