Docs

Adding a new SSH key to your account

Adding a new SSH key to your account

Before adding a new SSH key to your Werbot account, you should have:

Checked for existing SSH keys
Generated a new SSH key
After adding a new SSH key to your Werbot account.
  1. Copy your public SSH key to the clipboard by using one of the commands below depending on your Operating System:

    macOS:

    pbcopy < ~/.ssh/id_rsa.pub

    WSL / GNU/Linux (requires the xclip package):

    xclip -sel clip < ~/.ssh/id_rsa.pub

  2. In the upper-right corner of any page, click your profile, then click Keys.
    Open Keys page in profile.
  3. Click New SSH key or Add SSH key
    Add Keys to profile.
  4. In the "Name" field, add a descriptive label for the new key. For example, if you‘re using a work Mac, you might call this key "Work Mac".
    Paste your key into the "SSH key content" field.
    Add SSH key to list.
  5. Click Save key.