Skip to content

Instantly share code, notes, and snippets.

@1ik
Created April 29, 2017 16:43
Show Gist options
  • Save 1ik/19eaa61344ad753611346a9d80c74fbf to your computer and use it in GitHub Desktop.
Save 1ik/19eaa61344ad753611346a9d80c74fbf to your computer and use it in GitHub Desktop.
Upload a new public key to a linux vps and enable ssh login
ssh-copy-id -i ~/.ssh/id_rsa.pub user@domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment