VESSL Docs
π Release Notes
π Community Slack
Searchβ¦
Welcome to VESSL Docs!
GETTING STARTED
Overview
Quickstart
End-to-end Guides
USER GUIDE
Organization
Project
Cluster
Dataset
Experiment
Model Registry
Sweep
Workspace
Commons
API REFERENCE
What is the VESSL CLI/SDK?
CLI
Getting Started
vessl run
vessl cluster
vessl dataset
vessl experiment
vessl image
vessl model
vessl organization
vessl project
vessl ssh-key
vessl sweep
vessl volume
vessl workspace
Python SDK
TROUBLESHOOTING
GitHub Issues
Powered By
GitBook
vessl ssh-key
Overview
Run
vessl ssh-key --help
to view the list of commands, or
vessl ssh-key [COMMAND] --help
to view individual command instructions.
Add a SSH public key
1
vessl ssh-key add [OPTIONS]
Copied!
Option
Description
--path
SSH public key path
--name
SSH public key name
1
$ vessl ssh-key
add
2
[
?
]
SSH public key path: /Users/johndoe/.ssh/id_ed25519.pub
3
[
?
]
SSH public key name:
[email protected]
4
β
5
Successfully added.
Copied!
List ssh public keys
1
vessl ssh-key list
Copied!
1
$ vessl ssh-key list
2
NAME FINGERPRINT CREATED
3
[email protected]
SHA256:ugLx91zLE9ELAqT19uNjQ
6
hours ago
Copied!
Delete a ssh public key
1
vessl ssh-key delete
Copied!
1
$ vessl ssh-key delete
2
[
?
]
Select
ssh
public key:
[email protected]
/ SHA256:ugLx91zLE9ELAqT19uNjQ
(
created
6
hours ago
)
3
>
[email protected]
/ SHA256:ugLx91zLE9ELAqT19uNjQ
(
created
6
hours ago
)
4
5
Successfully deleted.
Copied!
Previous
vessl project
Next
vessl sweep
Last modified
2mo ago
Copy link
Contents
Overview
Add a SSH public key
List ssh public keys
Delete a ssh public key