LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to enable telnet on my linux machine (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-enable-telnet-on-my-linux-machine-615675/)

biqueen 01-23-2008 03:11 AM

How to enable telnet on my linux machine
 
Dear all,
can anyone help with how can I enable the telnet service on Linux Red hat 5.0?
how can i check if the telnet package is already intalled on my machine?

Chris.C 01-23-2008 03:20 AM

Try,

Code:

which telnet
If it returns a path, then you've got it.

Eg:
Code:

/usr/bin/telnet

indeliblestamp 01-23-2008 05:11 AM

I guess you could also try
Code:

rpm -qa|grep telnet-server
If you don't have it, just install it using yum or search for an rpm for your redhat version.

sycamorex 01-23-2008 06:24 AM

Usually people discourage from using telnet as being insecure - use ssh instead

geek745 01-23-2008 11:46 PM

oh yes, please use ssh, not telnet. there are plenty of secure tools for windows if that's your concern, especially putty and winscp.


All times are GMT -5. The time now is 06:06 PM.