ssh Brandon@myserver
ssh-keygen -t dsa -f $HOME/.ssh/id_dsa -P ''
$ scp id_dsa.pub Brandon@myserver:/home/Brandon/.ssh/id_dsa.pub
$ cd $HOME/.ssh
$ cat id_dsa.pub >> $HOME/.ssh/authorized_keys
$ chmod 0600 $HOME/.ssh/authorized_keys
$ ssh myserver