Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TELNET-how to allow remote logins

Status
Not open for further replies.

failureto

Programmer
Joined
Aug 30, 2004
Messages
11
Location
SI
hi
I'm running red hat 9.0
Before you say anything,I know SSH is more secure! :D

If you want to run Telnet server,and allow remote users to login,where and how must you specify for telnet to allow
REMOTE logins?
I assume REMOTE logins are not allowed by default cos I can't login from one PC to another
 
There should be a file /etc/xinetd.d/telnet which contains the line "disable=yes". Change it to "disable=no" and restart xinetd. As I recall, that's it.
 
telnet by default on RedHat is remote-user friendly.
xinetd has the ability to restrict by IP/Network, and I'm not terribly sure that telnet has a config file that would provide any more smarts then that.

Oh yeah, and SSH is more secure. lol! ;-)

 
I already changed to disable=no and restarted xinetd,but I stilll get connection refused
 
Nevermind.I was shure that I dissabled firewall when I installed the system.But I was wrong :)

I'm sorry for the troubles and thank you for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top