Thread
:
ssh kerberized, ssh configuration
View Single Post
buchanmilne
2010-12-08 , 13:58
Posts: 196 | Thanked: 224 times | Joined on Sep 2010 @ Africa
#
2
OpenSSH needs to be built with Kerberos support, or you have no chance. A typical ssh binary with GSSAPI support on a linux distro looks like this:
$ ldd /usr/bin/ssh|grep krb
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x00007fc96c61c000)
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00007fc96c347000)
libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00007fc96b789000)
Last I checked, the openssh packages in extras were not linked to libkrb5.
I would appreciate an openssh with GSSAPI support ...
Quote & Reply
|
buchanmilne
View Public Profile
Send a private message to buchanmilne
Find all posts by buchanmilne