LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   telnet not working (https://www.linuxquestions.org/questions/linux-server-73/telnet-not-working-728533/)

sunils1973 05-26-2009 03:35 AM

telnet not working
 
while issuing telnet

sun:/home/sunil# telnet 127.0.0.1
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
sun:/home/sunil#

sun:/home/sunil# telnet
telnet>
sun:/home/sunil#

repo 05-26-2009 03:51 AM

Telnet is insecure, and should not be used.
Use ssh instead.
However, make sure the telnet daemon is running, and the ports are open in the firewall.

kirukan 05-26-2009 03:58 AM

Refer the following site
http://www.developertutorials.com/tu...308/page1.html

rogerkk 05-26-2009 03:58 AM

use putty
 
hi,

search google for putty
and use ssl, ssl is almost same as telnet.
nowadays you dont find ppl using telnet.

chrism01 05-26-2009 08:59 PM

@rogerkk, you mean ssh, not ssl

sunils1973 05-27-2009 11:42 AM

Yes solved it

thank u repo

Though telnet (the client) is installed by default, the daemon (telnetd was not installed)


All times are GMT -5. The time now is 02:52 AM.