[CentOS-pt-br] Erro ao acesasr centos via Telnet

Thiago Gomes thiagomespb em gmail.com
Quinta Maio 26 12:59:33 EDT 2011


Pessoal,

Estou com erro de configurar o meu servidor via telnet.

fiz a instalação..

#yum install telnet-server

# telnet localhost
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused


#/etc/init.d/xinetd reload
Reloading configuration:                                   [FAILED]

#chkconfig --list | grep telnet
        ekrb5-telnet:   off
        krb5-telnet:    off
        telnet:         on


service telnet
{
        disable = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
}



Falta alguma coisa. ??

-- 
Thiago Gomes


Mais detalhes sobre a lista de discussão CentOS-pt-br