Skip to content

Instantly share code, notes, and snippets.

@wagnermarques
Created January 24, 2014 21:46
Show Gist options
  • Save wagnermarques/8607273 to your computer and use it in GitHub Desktop.
Save wagnermarques/8607273 to your computer and use it in GitHub Desktop.
Generate new ssh key and add it in github
ssh-keygen -t rsa -C "wagnerdocri@gmail.com"
apt-get install ssh
xclip -sel clip < ~/.ssh/id_rsa.pub
https://github.com/settings/ssh#
administrador@curupiracgcnn:~/fzlbpms/etc/emacs/sitelisp$ ssh -T git@github.com
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