[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
telnet with kerberos(heimdal)
Telnet with kerberos,
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 ]
**** Connection not encrypted! Communication may be eavesdropped.****
User not authenticated. Using plaintext username and password
Passwd:
If I look at my tickets, I see two tickets, one is tgt en the other one is
host/MYSERVER. It seems that I get the ticket for the server automatically
but it doesn't work. What I am doing wrong?