Dear all,
there has been further refinement of TELNET client and server
during this week, so let me mention the present status.
The development head of libshishi, as of 2012-08-16, and
GNU Inetutils as of 2012-08-17, allow these enhancements:
* Server setup:
## /etc/inetd.d/telnet
#
telnet stream tcp6 nowait root \
/usr/local/sbin/telnetd -h -a user -S telnet/localhost@LOCALHOST
* User setup:
user@localhost $ echo 'user/admin@LOCALHOST' >> ~/.k5login
$ chmod 0600 ~/.k5login
* Invokation steps:
$ shishi user/admin@LOCALHOST
$ telnet -kLOCALHOST -a telnet/localhost
[ Kerberos V5 accepts you as ``user/admin@LOCALHOST'' (server
authenticated) ]
Best regards,
Mats