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

Re: Authentication for telnet.



From: Reco <recoverym4n@enotuniq.net>
Date: Sat, 28 Sep 2019 19:23:45 +0300
> telnetd(8), "-a" and "-L" parameters.

OK.
peter@joule:~$ grep telnet /etc/inetd.conf
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -a user
# Restart inetd.

Then the result from telnet to localhost is in this little screenshot.
http://easthope.ca/TelnetScreenshot.jpg 

So in Debian 10 the manual for telnetd mentions -a but the screenshot 
suggests it is deprecated.

The -L parameter might work; if I can find a suitable null procedure.  Eg. 
grep telnet /etc/inetd.conf
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -L /bin/null

This null is ficticious of course.  Concrete ideas welcome.

Thanks,                       ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140            Bcc: peter at easthope. ca


Reply to: