SSHD/Kerberos on FreeBSD 7 STABLE

Darek M. darek at nyi.net
Mon Nov 10 09:31:17 PST 2008


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>   



More information about the freebsd-questions mailing list