> But..I don't get prompted for any passphrase when I try
> loggin in using SSH V2

Server might not be configured to allow key-based authentication.

> I suspect (after reviewing the man pages) that I may
> need to tweak the /etc/ssh/sshd_config file to use DSA,
> if so...can someone send me an example of that???

Sounds like you've figured it out already.
Having the existing sshd_config helps a lot.
You may want to look at these statements:

        RSAAuthentication yes
        PubkeyAuthentication yes

Does password authentication work?
Notice that there is a statement controlling that too.

IHTH

Reply via email to