LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to install telnet on mandrake 10.1 (https://www.linuxquestions.org/questions/linux-networking-3/how-to-install-telnet-on-mandrake-10-1-a-277510/)

aresgodofwar30 01-13-2005 06:40 PM

how to install telnet on mandrake 10.1
 
i have tried searching in the software manager, but all it finds is a gnome telnet client

please help!!

neo77777 01-13-2005 09:26 PM

Telnet is a part of inetd service, and defined in /etc/inetd.conf, i.e.
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
It will be commnted out with # sign, you need to uncomment this line and restart inetd service
kill -HUP `pidof inetd`
But I would advise not to use telnet, and use secure shell a.k.a ssh for remote access.

aresgodofwar30 01-13-2005 09:42 PM

ok i would be more than happy to use ssh. can that be done from a windows pc? i'll be wanting to access my linux machine from work. is there a client i would need, or is ssh built into windows? and is ssh installed by default or what do i need to start it?

thanks for the reply, btw.

EDIT: sorry, i found Putty for windows. works great. thanks for the help you provided me.


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