OneQode Documentation
FeedbackSupportStatus
  • 👋Welcome
  • Compute
    • SSH keys
      • Create an SSH key
      • Add your SSH key
    • Instances
      • Create an instance
      • Control an instance
      • Delete an instance
      • Configurations / Flavors
    • Cloud-init
  • Storage
    • Images
      • Create an image
      • Create a snapshot
    • Local storage
    • Volumes
      • Automatically mount a volume
  • Network
    • Floating IPs
    • BGP Communities
  • API
    • API overview
    • Get an API key
    • Install the CLI client
    • Server quick start
  • Dedicated Servers
    • Installing an OS remotely
Powered by GitBook
On this page
  • Log in to OneQode Cloud
  • Copy your public key to your clipboard
  • Paste your key into the "Key content" field

Was this helpful?

  1. Compute
  2. SSH keys

Add your SSH key

How to put your SSH public key into your account

PreviousCreate an SSH keyNextInstances

Last updated 1 year ago

Was this helpful?

Log in to OneQode Cloud

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.

Copy your public key to your clipboard

Before adding your public key to , 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.

Paste your key into the "Key content" field

  • In the "Name" field, enter a name for your SSH key This name is for your reference e.g. "Joe's Laptop"

  • In the "Key Content" field, paste your public SSH key This key is used to authenticate with your instances

Finally, click "Save Key" to add the key to your OneQode Cloud account.

Then, you'll be able to use this SSH key to authenticate with your instances.