Created
February 18, 2017 13:47
-
-
Save youngsoul/4fb274f39e9132189aea456222fe3705 to your computer and use it in GitHub Desktop.
Setup onion omega ssh keys
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
# https://community.onion.io/topic/489/is-there-a-step-by-step-for-setting-up-private-public-key-use/2 | |
cd ~/.ssh | |
eval `ssh-agent -s` | |
ssh-keygen -t rsa -C "[email protected]" | |
ssh-add id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment