Setup.ssh

From Wiki2
Revision as of 19:13, 30 December 2013 by Tim (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"