scottjacksonx + git   3

SSH tricks
`$ cat .ssh/id_dsa.pub | ssh host 'cat >> ~/.ssh/authorized_keys'`

That. For MONTHS, I've been thinking "I should really switch to passwordless SSH login so when I'm pushing code to my server, I don't have to enter my password every. Single. Time." I kept putting it off because I assumed it would be complex. Guess what?

IT'S NOT.
unix  ssh  git  server 
february 2012 by scottjacksonx
How to set up your own private Git server on Linux | Bradley Wright
I'm constantly forgetting how to set this up for my private projects.
development  git 
february 2011 by scottjacksonx

Copy this bookmark:



description:


tags: