Date: Sat, 18 Mar 2000 13:01:09 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: freebsd-hackers@FreeBSD.org Subject: Re: openssh + krb5 Message-ID: <1834.953377269@axl.ops.uunet.co.za> In-Reply-To: Your message of "Sat, 18 Mar 2000 11:29:40 %2B0200." <578.953371780@axl.ops.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Mar 2000 11:29:40 +0200, Sheldon Hearn wrote: > First, sshd doesn't recognize the KerberosAuthentication, > KerberosOrLocalPasswd nor KerberosTgtPassing options in sshd_config. Please ignore this. I was being a complete dufus. If you only compile with MAKE_KERBEROS5=YES, then KerberosAuthentication is _obviously_ not valid -- it should be Kerberos5Authentication! :-) So now the problem is this: $ ssh -v -l root axl.ops [...] debug: Trying Kerberos V5 authentication. ssh in free(): warning: chunk is already free. [...] Pretty weird. We get an error back from krb5_get_credentials() in try_krb5_authentication(), but I'll see what I can come up with. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1834.953377269>