> Regardless, thanks for the dsa suggestion, it solves my problem, but I'm > still curious as to why the rsa key did not work.
Maybe on machine B in sshd_config you enabled only Protocol 2 or RSAAuthentication is "no" <-- its for rsa1 PubkeyAuthentication yes <-- its for rsa and dsa protocol 2 The best way to check out what's wrong is ssh -v -v -l login IP_for_B ciao :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

