Sto installando Ubuntu Server 13.10 e non riesco a far funzionare Telnet sul server. Ho installato sia xinet.d che telnetd tramite apt-get e riavviato xinetd ma nulla viene avviato quando faccio un netstat -l. In Google, il problema che vedo menzionare l'aggiunta di telnet stream tcp wait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetdlinea a /etc/inetd.conf. Io non ho inetd.conf. Vedo che inetd è stato depracato e ho messo la linea xinetd.confe riavviato il servizio xinetd ma ancora nessun ascolto telnet. Qualcuno mi può consigliare su quali siano le impostazioni corrette per il server Telnet e quali file dovrebbero essere. Ecco il contenuto del mio xinetd.conffile:
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
# Please note that you need a log_type line to be able to use log_on_success
# and log_on_failure. The default is the following :
# log_type = SYSLOG daemon info
}
includedir /etc/xinetd.d
#:STANDARD: These are standard services.
telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
Grazie
sshinvece: è sicuro, più veloce (usa la compressione) e ha altre funzionalità intelligenti, come la possibilità di inoltrare le porte.
/etc/inetd.confe xinetd.confusi lo stesso formato. Hai letto man xinetd, man -k xinetd, man inetd, man -k inetd, man telnetd? Esiste /etc/default/telnetd? Hai fatto grep telnet /var/log/*?