Difference between revisions of "Setup.ssh"
From Wiki2
(Created page with "=====setup .ssh===== check for .ssh ls -a ~/.ssh if not ssh-keygen -t rsa -C "mckenna.tim@gmail.com" copy the public key to github/account/sshkeys git config --global use...") |
(No difference)
|
Latest revision as of 19:13, 30 December 2013
setup .ssh
check for .ssh
ls -a ~/.ssh
if not
ssh-keygen -t rsa -C "mckenna.tim@gmail.com"
copy the public key to github/account/sshkeys
git config --global user.name "mckennatim" git config --global user.email "mckenna.tim@gmail.com"