Displaying 1 result from an estimated 1 matches for "keyserv_client".
2001 Nov 29
0
OPENssh (2.9p2) and keylogin in NIS+ on Solaris 7 with PAM
...M.
ssh connects and works fine but keyserv reports that it `can't encrypt
the session key'. So I think the keylogin failed or did not happen when
the user started an ssh session.
The following message is logged in syslog.
>sshd[489]: pam_setcred: error Permission denied
>sshd[506]: keyserv_client: can't stat 10
I've double checked NIS+ is running correctly with telnet.
keyserv works ok with this...
I compiled OPENssh 2.9p2 (on Solaris 7) with
configure --prefix=/usr/local --with-pam \
--with-tcp-wrappers --sysconfdir=/usr/local/etc \
--with-ssl-dir=/usr/local
I added this line t...