On Tuesday 20 November 2001 10:27 am, Brooks R. Robinson wrote: > On > both boxes, I did a 'ssh-keygen' which created my '.ssh/identity' and > '.ssh/indentity.pub'. I swapped the '.ssh/indentity.pub' to > '.ssh/authorized_keys' to each machine.
Are you using ssh v2? If so, your authorized_keys file needs to be named authorized_keys2. I'm assuming this is to allow v1 and v2 to run side by side. man ssh for more info. search for authorized_keys --kurt