scottjacksonx + git 3
SSH tricks
february 2012 by scottjacksonx
`$ 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
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.
february 2012 by scottjacksonx
How to set up your own private Git server on Linux | Bradley Wright
february 2011 by scottjacksonx
I'm constantly forgetting how to set this up for my private projects.
development
git
february 2011 by scottjacksonx
Copy this bookmark: