Help installing telnet
Followed this:
$ sudo apt-get install telnetd
$ sudo /etc/init.d/openbsd-inetd restart
$ whereis telnetd
telnetd: /usr/share/man/man8/telnetd.8.gz
What am I missing?
Thanks
6 Replies
@harizen:
What am I missing?
About 20 years of security best practice policies.
No one uses Telnet - use SSH instead.
Apologies for not mentioning why I need it.
I am setting up postfix and I am getting the error
ct 19 19:53:36 lixxx-xxx postfix/smtpd[17896]: warning: xsaslcyrusservergetmechanism_list: no applicable SASL mechanisms
Oct 19 19:53:36 lixxx-xxx2 postfix/smtpd[17896]: fatal: no SASL authentication mechanisms
In order to debug, telnet to localhost is very helpful.
Thanks for any help,
@harizen:
In order to debug, telnet to localhost is very helpful.
telnet-client maybe instead of the daemon (telnetd)?
–
Travis
apt-get install inetutils-telnet
Appreciate your help very much!