Re: SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE
From: Dag-Erling Smørgrav (des_at_des.no)
Date: 11/14/03
- Previous message: Dmitry S. Makovey: "Re: What could be on udp:48152"
- In reply to: unix_list: "Re: SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: unix_list <unix_list@post.cz> Date: Fri, 14 Nov 2003 10:36:02 +0100
unix_list <unix_list@post.cz> writes:
> try disable PAM auth.
There's no need for that. Just comment out the 'sshd auth required
pam_unix.so' line in /etc/pam.conf (4.9) or the 'auth required
pam_unix.so' line in /etc/pam.d/sshd (5.1). Beware that if you have
uncommented any of the "sufficient" lines you should make sure that
there is a "required" or "requisite" line after them (pan_deny.so is
good for this) or you might be surprised.
DES
-- Dag-Erling Smørgrav - des@des.no _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Dmitry S. Makovey: "Re: What could be on udp:48152"
- In reply to: unix_list: "Re: SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]