Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created May 25, 2014 19:03
Show Gist options
  • Save Voronenko/1cbaaaeece82d4c2448c to your computer and use it in GitHub Desktop.
Save Voronenko/1cbaaaeece82d4c2448c to your computer and use it in GitHub Desktop.
Basic steps to prepare clean ubuntu box for github
sudo apt-get install xclip
sudo apt-get install git
cd ~/.ssh
ssh-keygen -t rsa -C "YOURBOXNAME"
xclip -sel clip < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment