9
edits
Changes
no edit summary
* The safest way to do this is to append the contents of <code>id_dsa.pub</code> to the <code>.ssh/authorized_keys</code> file. To do this use the command:
** <code>cat ~/id_dsa.pub >> ~/.ssh/authorized_keys</code>