On 12/6/05, Ugo Bellavance <ugob at camo-route.com> 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