> I'me trying to setup ssh to access as root from (A) to (B) avoiding the > password prompt. > > This work perfectly using normal users, for which I've generated key > pairs and created > corresponding "authorized_keys" files.
I use dsa keys not rsa (ssh-keygen -t dsa) and I keep them in .ssh/authorized_keys2 and it works fine. Brian _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
