Hi,
   I am getting following debug messages from sshd while trying to login.
But eventually
it does allow me to login.
I am using DSA for authentication. I have placed the public key of the
client in the 
authorized_keys2 file for sshd to match.

server messages (during the process of login):
        debug1: userauth-request for user dmohan service ssh-connection
method none
        debug1: attempt #1
        Failed none for dmohan from 10.0.3.210 port 65358 ssh2
        debug1: userauth-request for user dmohan service ssh-connection
method publickey
        debug1: attempt #2
        Failed publickey for dmohan from 10.0.3.210 port 65358 ssh2
        debug1: userauth-request for user dmohan service ssh-connection
method password
        debug1: attempt #3
        Accepted password for dmohan from 10.0.3.210 port 65358 ssh2

client messages:
./ssh -l dmohan 10.0.3.210
Enter passphrase for DSA key '/root/.ssh/id_dsa': 
[EMAIL PROTECTED]'s password: 
Last login: Mon Dec 11 20:08:12 2000 from mohan.entera.co
NetBSD 1.5 (GENERIC) #1: Sun Nov 19 21:42:11 MET 2000

the first debug message comes even before I have entered any passwor.
second message comes after I input DSA passphrase.
third one is after I enter my regular password. 
Can somebody tell me how to get rid of them?
Thanks,
    -Dm

Reply via email to