SSH no passwd auth doesn't work

2005-12-06 Thread Ugo Bellavance
Hi, I'm trying to disallow password auth on ssh (freebsd 5.4). The only lines that contain Password are these: PasswordAuthentication no #PasswordAuthentication yes #PermitEmptyPasswords no #KerberosOrLocalPasswd yes I restarted sshd (/etc/rc.d/sshd restart), without success, it will

Re: SSH no passwd auth doesn't work

2005-12-06 Thread Kris Kennaway
On Tue, Dec 06, 2005 at 04:43:40PM -0500, Ugo Bellavance wrote: Hi, I'm trying to disallow password auth on ssh (freebsd 5.4). The only lines that contain Password are these: PasswordAuthentication no #PasswordAuthentication yes #PermitEmptyPasswords no #KerberosOrLocalPasswd

Re: SSH no passwd auth doesn't work

2005-12-06 Thread Bob Johnson
On 12/6/05, Ugo Bellavance [EMAIL PROTECTED] wrote: Hi, I'm trying to disallow password auth on ssh (freebsd 5.4). [...] Anyone has an idea? Thanks, Disable PAM authentication: ChallengeResponseAuthentication no This will also make PermitRootLogin work as you would expect. - Bob

Re: SSH no passwd auth doesn't work

2005-12-06 Thread Ugo Bellavance
Kris Kennaway wrote: On Tue, Dec 06, 2005 at 04:43:40PM -0500, Ugo Bellavance wrote: Hi, I'm trying to disallow password auth on ssh (freebsd 5.4). The only lines that contain Password are these: PasswordAuthentication no #PasswordAuthentication yes #PermitEmptyPasswords no