Skip Menu |
 

Download (untitled) / with headers
text/plain 2.7KiB
From gsin@julia.mit.edu Sat Aug 29 14:22:55 1998
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id OAA03662 for <bugs@RT-11.MIT.EDU>; Sat, 29 Aug 1998 14:22:54 -0400
Received: from JULIA.MIT.EDU by MIT.EDU with SMTP
id AA14729; Sat, 29 Aug 98 14:22:50 EDT
Received: (from gsin@localhost) by julia.mit.edu (8.7.6/8.7.3) id OAA11223; Sat, 29 Aug 1998 14:22:52 -0400 (EDT)
Message-Id: <199808291822.OAA11223@julia.mit.edu>
Date: Sat, 29 Aug 1998 14:22:52 -0400 (EDT)
From: "Garrett H. Sin" <gsin@julia.mit.edu>
Reply-To: gsin@julia.mit.edu
To: krb5-bugs@MIT.EDU
Subject: Telnet errors
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 624
>Category: telnet
>Synopsis: Telnet does not work on HP workstation
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: hartmans
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Sat Aug 29 14:23:01 EDT 1998
>Last-Modified:
>Originator: Garrett H. Sin
>Organization:
mit
Show quoted text
>Release: 1.0pl1
>Environment:

System: HP-UX julia B.10.20 A 9000/777 2009912747 two-user license


Show quoted text
>Description:

Kerberos v5 telnetd does not work.

Show quoted text
>How-To-Repeat:

I have downloaded the binaries from the MIT webpage and installed them under
/usr/local. The telnetd daemon was copied from /usr/local/sbin to /usr/lbin.
I changed directories to /usr/local/sbin and used the ktutil program to convert
my Kerberos v4 srvtab to a Kerberos v5 srvtab:

# pwd
/usr/local/sbin
# ./ktutil
ktutil: rst /etc/athena/srvtab
ktutil: wkt /etc/krb5.keytab
ktutil: exit

Next, I moved to /usr/local/bin and attempted to telnet back into my
workstation:

julia 77: ./telnet -axf julia
Trying 18.63.0.32...
Connected to julia.mit.edu (18.63.0.32).
Escape character is '^]'.
Waiting for encryption to be negotiated...[ Kerberos V5 refuses authentication because telnetd: krb5_rd_req failed: Unknown Key table type ]
[ Kerberos V5 refuses authentication because telnetd: krb5_rd_req failed: Unknown Key table type ]
[ Kerberos V5 refuses authentication because telnetd: krb5_rd_req failed: Unknown Key table type ]

Authentication negotation has failed, which is required for
encryption. Good bye.


I also tried to telnet into a private athena workstation running Kerberos v5:

julia 86: ./usr/local/bin/telnet anita
./usr/local/bin/telnet: Command not found.
julia 87: pwd
/usr/local/sbin
julia 88: /usr/local/bin/telnet -axf anita
Trying 18.63.0.243...
Connected to anita.mit.edu (18.63.0.243).
Escape character is '^]'.
Waiting for encryption to be negotiated...[ Kerberos V5 accepts you as ``gsin@ATHENA.MIT.EDU'' ]
done.
What you type is protected by encryption.
Password for gsin:

It seems to work fine.

Show quoted text
>Fix:

Unknown
Show quoted text
>Audit-Trail:
>Unformatted:
To: rt-comment@krbdev.mit.edu
Subject: [krbdev.mit.edu #624] should work on HP by now
Date: Sun, 3 Nov 2002 19:30:03 -0500 (EST)
From: hartmans@mit.edu (Sam Hartman)
RT-Send-Cc:


I would expect that if this was still an issue we'd see additional bug
reports later on.