Add your SSH key
How to put your SSH public key into your account
Go to your OneQode Cloud account, then head to Cloud → SSH Keys
Next, click on the "Create SSH Key" button in the the top right corner.

Before adding your public key to OCS, you'll need to copy your public key file from your SSH key to your clipboard.
To do this, run the following command in your command line tool:
cat ~/.ssh/id_ed25519.pub
Then, copy the resulting output to your clipboard.
- In the "Name" field, enter a name for your SSH key This name is for your reference e.g. "Joe's Laptop"
- In the "Public Key" field, paste your public SSH key This key is used to authenticate with your instances
Finally, click "Create" to add the key to your OneQode Cloud account.
Then, you'll be able to use this SSH key to authenticate with your instances.
Last modified 3mo ago