[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: telnet with kerberos(heimdal)



Mehrdad Rowshanbin <mehrdad.rowshanbin@cmg.nl> writes:
> Can somebody help me? I want to make a telnet session from my workstation to
> my server. I use first kinit to get a tgt for myself. Then I use telnet
> MYSERVER and I get the following error.
> connecting to 10.17.......
> [ Trying mutual KERBEROS5 ... ]
> [ Kerberos V5 refuses authentication because krb5_sock_to_principal failed ]
> [ Trying KERBEROS5 ... ]
> [ Kerberos V5 refuses authentication because krb5_sock_to_principal failed ]

This is a problem with telnetd at the server.  You can start telnetd
with `-a debug' and you should get more debug information.

The things that can go wrong in krb5_sock_to_principal is if it fails
to retrieve the address from the socket (unlikely) or if it fails to
reverse-lookup the address in DNS.

/assar