> Posted-Date: Fri, 12 Jan 2001 10:58:55 -0800
> From: Chuck Carson <[EMAIL PROTECTED]>
> 
> Here is the verbose output, executed at the user 'chuckc'. Note: User
> 'chuckc' exists on the target machine and has identical uid/gid, if that
> matters.
> #START
> #ssh -v logs
> SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
> Compiled with SSL (0x0090581f).
> debug: Reading configuration data /etc/ssh/ssh_config

<big snip>


> debug: authentications that can continue: publickey,password
> debug: try pubkey: /home/chuckc/.ssh/id_dsa
> debug: read DSA private key done
> debug: sig size 20 20
> debug: authentications that can continue: publickey,password
> [EMAIL PROTECTED]'s password: 
> debug: ssh-userauth2 successfull

<snip>

> 
> It seems like it tried password before public key???
> 
> Thanks for any help,
> Chuck


As I suggested in an eariler message, look in your /etc/ssh_config and
/etc/sshd_config.  I've got the following along with lots of other
lines, but I think these are the relevant ones:

  RSAAuthentication yes
  PasswordAuthentication no

I believe these are not the defaults and are what I ended up changing
to get this to work when I experimented with it a month or so ago.

HTH,
Dave



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to