Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Install Telnet server on Fedora
Name: ntvmt98 Date: May 31, 2006 at 20:00:12 Pacific OS: Fedora core 4 CPU/Ram: 512/Intel 2,4G Product: IBM
Comment:
Hello,
I am using Linux Fedora core 4. I want to use Telnet in place of SSH. Now I want to install Telnet server on this Linux Server. I downloaded telnet-server-0.17-35.i386.rpm file and install and received the errors as follows: [root@SaigonBank sources]# rpm -i telnet-server-0.17-35.i386.rpm error: Failed dependencies: xinetd is needed by telnet-server-0.17-35.i386
Name: Zenith Date: June 1, 2006 at 14:28:27 Pacific
Reply:
http://www.xinetd.org/
Search Engines Are Your Friends ☺ Morpheus: There is a difference between knowing the path and walking the path. "The Matrix"
0
Response Number 2
Name: Kiko (by francistugagao) Date: June 2, 2006 at 03:43:04 Pacific
Reply:
use rpm -ivh --aid <rpm-package.rpm> --aid option will also install the dependent packages.
0
Response Number 3
Name: Jake2 Date: June 2, 2006 at 16:49:21 Pacific
Reply:
Why don't you want to use SSH? I assume you know anyone sniffing your traffic will see both usernames and passwords, and that even switched networks are vulnerable to sniffing.
0
Response Number 4
Name: niravmodiya Date: June 7, 2006 at 06:40:28 Pacific
Reply:
you can install telnet server using yum facility..for that u have to first install yum on your pc and then run following command
#yum install telenet-server
This command will automatically install telnet-server from internet and also intall dependancies..
Summary: Gentlemen and Ladies, if any, I just installed RH7.3 and I would to use it as dhcp server. I am kind of a newbie on linux and I am having problem installing DHCP server on my linux machine. I used rp...
Summary: Hello, I am using Linux Fedora core 4 as Server O/S.At the first install OS, Telnet service didn't install by default.Now I want to use Telnet service on that server.So I install added xinetd-2.3.13-6...