[2354] in SIPB_Linux_Development
Re: Feeling brave? Log into snork.
daemon@ATHENA.MIT.EDU (Nathan J. Williams)
Sun Jan 3 12:10:52 1999
To: linux-dev@MIT.EDU
From: "Nathan J. Williams" <nathanw@MIT.EDU>
Date: Sun, 03 Jan 1999 12:10:43 EST
I noticed that I couldn't telnet into snork without typing a
password, despite having forwardable tickets that were accepted by telnetd:
37 contents-vnder-pressvre:nathanw>telnet snork
...trying Athena's default telnet options: "-axf"
Trying 18.70.0.211...
Connected to SNORKLEWACKER.MIT.EDU (18.70.0.211).
Escape character is '^]'.
[ Kerberos V5 accepts you as ``nathanw@ATHENA.MIT.EDU'' ]
[ Kerberos V5 accepted forwarded credentials ]
What you type is protected by encryption.
Password for nathanw:
... but I can ssh in just fine without typing a password:
38 contents-vnder-pressvre:nathanw>ssh snork
Athena Update (???) Version 0.0A Mon Jan 1 00:00:00 EDT 0000
This seems to be because the telnet line in
/etc/athena/inetd.conf has "telnetd -a off" instead of "telnetd -a
cred", like all the other 8.2 platforms.
- Nathan