Skip to main content
June 24, 2022
Question

SSH key: copy to server

  • June 24, 2022
  • 1 reply
  • 528 views

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

June 28, 2022

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.