I needed to ssh between my debian box and the Powerbook. I first did a
ssh-keygen -t dsaThis will create a DSA keypair which is SSH version 2 as opposed to RSA version 1. The first of the pair is
id_dsaand the second
id_dsa.pubWhat I need to do then is to copy the content of id_dsa.pub into the file
authorized_keys2which should reside in ~/.ssh on any box which i want to ssh to. Posted by zoo at February 23, 2003 03:59 PM