Forum Discussion

Former Member's avatar
Former Member
4 years ago

SSH key: copy to server

So I've generated a new SSH key.

How do I copy SSH key to my remote Linux server?


1Password Version: Not Provided
Extension Version: 2.3.6
OS Version: fedora 36
Browser:_ Chrome

1 Reply

  • Former Member's avatar
    Former Member

    Hey @fatek, great to hear you've created a new SSH Key in 1Password! Next you'll need to place the public key on your server. You can use ssh-copy-id for this; https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server#step-2-copying-an-ssh-public-key-to-your-server to get you started.