LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   require telnet (https://www.linuxquestions.org/questions/linux-newbie-8/require-telnet-4175525872/)

gnanshgnr 11-19-2014 07:08 AM

require telnet
 
how can i used Telnet 1.128.0.77 in my p.c.

jpollard 11-19-2014 07:16 AM

Why would you need to?

The telnet protocol is not very good. The server is insecure as any passwords required are passed in clear text.

ssh is better.

For any TCP level testing, the nc (netcat) utility is better.

TenTenths 11-19-2014 07:54 AM

Quote:

Originally Posted by gnanshgnr (Post 5271866)
how can i used Telnet 1.128.0.77 in my p.c.

Install a telnet client.

dugan 11-19-2014 11:26 AM

Quote:

how can i used Telnet 1.128.0.77 in my p.c.
Just like that:

Code:

telnet 1.128.0.77

bigdogdan22 11-19-2014 11:34 AM

what problems are you having?


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