Created
January 24, 2014 21:46
-
-
Save wagnermarques/8607273 to your computer and use it in GitHub Desktop.
Generate new ssh key and add it in github
This file contains 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
ssh-keygen -t rsa -C "[email protected]" | |
apt-get install ssh | |
xclip -sel clip < ~/.ssh/id_rsa.pub | |
https://github.com/settings/ssh# | |
administrador@curupiracgcnn:~/fzlbpms/etc/emacs/sitelisp$ ssh -T [email protected] | |
Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts. | |
Enter passphrase for key '/home/administrador/.ssh/id_rsa': | |
Hi wagnermarques! You've successfully authenticated, but GitHub does not provide shell access. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment