Re: OpenSSH and Kerberos?
From: Richard E. Silverman (res_at_qoxp.net)
Date: 01/04/05
- Next message: TekWiz: "Question regarding POSTs from SSL to SSL"
- Previous message: Richard E. Silverman: "Re: scp works on command line, fails in cron"
- In reply to: Michael Urban: "Re: OpenSSH and Kerberos?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 04 Jan 2005 15:25:45 -0500
> debug1: Authentications that can continue: publickey,password,keyboard-interactive
The server is not offering GSSAPI authentication, so start there. Check
that it is indeed compiled with Kerberos support:
combinatory-logic:~% ldd /usr/sbin/sshd | grep krb
libkrb4.so.2 => /usr/lib/libkrb4.so.2 (0x4004c000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x40146000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x40158000)
and post sshd -ddd output from a connection attempt.
-- Richard Silverman res@qoxp.net
- Next message: TekWiz: "Question regarding POSTs from SSL to SSL"
- Previous message: Richard E. Silverman: "Re: scp works on command line, fails in cron"
- In reply to: Michael Urban: "Re: OpenSSH and Kerberos?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]