Created
January 8, 2019 18:41
-
-
Save thomasaarholt/119a9e084fde8871692b470026116170 to your computer and use it in GitHub Desktop.
How to add your ssh public key to a remote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Open terminal, locally call: | |
ssh-copy-id -i ~/.ssh/id_rsa.pub user@somehost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment