Generate ssh keypairs 04th Feb, 2011 | unix mkdir ~/.ssh/ cd ~/.ssh/ ssh-keygen -t dsa cat ~/.ssh/id_dsa.pub | ssh "cat - >> ~/.ssh/authorized_keys"