On Thu, Oct 18, 2001 at 03:24:50PM +0000, Sviatoslav Rimdenok wrote:
>
> Hi people,
>
> is there any way to debug what is going on between GSS level and
> underlying KerberosV?
>
> I'm using OpenSSH2.9p2 with patch applied to use GSSAPI..
>
> How to get info which errors code were returned from KerberosV level
> to GSSAPI? How to debug if I have some problems?
> thank you very much!!
I've had some luck with running 'sshd' in debug mode with something like
sshd -d -d -d -e 2>&1 | tee sshd.out
and 'ssh' in verbose mode
ssh -v -v -v ...
If you're using a krb5 PAM module, you could also set the debug flag on
that, provided such a facility is available.
David S.
>
>
> regards,
> Slava Rimdenok