-
- Generate key on client with ssh-keygen -t dsa, no passphrase
- Move id_dsa.pub to .ssh folder in home directory on server - hint: scp id_dsa.pub user@host:~/.ssh/
- SSH to server, cd to .ssh directory, append the key with cat id_dsa.pub » authorized_keys
-