scottjacksonx + unix   4

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
Bash Shortcuts For Maximum Productivity
One fun trick involving ^^:

> $ ls -al
>
> $ ^-al^-lash
> ls -lash
shell  unix  bash 
september 2011 by scottjacksonx

Copy this bookmark:



description:


tags: