Ansar Mohammed wrote:
Is sshd compiled with Kerberos support on freebsd 7.0?

Yup:

ldd /usr/sbin/sshd:
...
       libgssapi.so.9 => /usr/lib/libgssapi.so.9 (0x28124000)
       libkrb5.so.9 => /usr/lib/libkrb5.so.9 (0x2812b000)
...


Otherwise, you should be able to use PAM, with /etc/pam.d/sshd having the line

auth            sufficient      pam_krb5.so

before

auth            required        pam_unix.so

- Darek

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to