Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2008 12:31:11 -0500
From:      "Darek M." <darek@nyi.net>
To:        Ansar Mohammed <ansarm@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: SSHD/Kerberos on FreeBSD 7 STABLE
Message-ID:  <49186FDF.4000501@nyi.net>
In-Reply-To: <0ee101c94334$e7b3a400$b71aec00$@com>
References:  <0ee101c94334$e7b3a400$b71aec00$@com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 "freebsd-questions-unsubscribe@freebsd.org"
>   




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49186FDF.4000501>