Telnet in redhat linux


 
Thread Tools Search this Thread
Operating Systems Linux Telnet in redhat linux
# 1  
Old 02-01-2006
Telnet in redhat linux

Hi,

I just want to access linux machine from windows telnet client.What is the procedure?How do i start telnet server in Linux,where to check if it is installed.

Please help
# 2  
Old 02-01-2006
Edit the /etc/xinetd.d/telnetd file, and enable the service, then reload the service by running 'service xinetd reload', it's recommended to use SSH instead of telnet
# 3  
Old 02-02-2006
Ok. Thanks for your reply .

I could connect from windows to linux box via telnet. Now the problem is ..

I cant login as root firstly .If i login as user1 ,then later i can switch to root.But not as root the first time. Can anyone tell me the reason ?

-Rajiv
# 4  
Old 02-02-2006
It is a normal behaviour since root remote access is disabled by default for security reasons (you always should connect as a normal user and the "su" root)... anyway, to disable this feature you should add the allowed ttys for root access. To do such thing edit the /etc/securetty file, add pts/0, pts/1, and so on.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Difference Redhat Linux/RH Enterprise Linux

what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies

2. UNIX and Linux Applications

Redhat Linux 5

Can anyone help me outwith the post installation script.I'm newbie to scripting! i need to customize the post installation script using kickstart..here are the requirements to be set set permissions /etc/crontab =400 /etc/securetty=400 /etc/sysctl.conf=600 and following services to be set OFF... (1 Reply)
Discussion started by: bvkumar
1 Replies

3. Red Hat

telnet in Redhat 5 update 3

how to restart the telnet daemon in Redhat 5 Update 3. I am not able to find the path /etc/init.d/xinetd restart /etc/init.d/inetd restart (4 Replies)
Discussion started by: gunnervarma
4 Replies

4. Red Hat

telnet idle timeout on Redhat kernel 2.4.35.4

Hello, I've searched this forum for telnet idle timeout problem. I tried to set timeout parameters in /etc/profile readonly TMOUT=10 export TMOUT This doesn't work for Redhat kernel 2.4.35.4. It's really frustrating. Can anybody tell me what else I could try? Thanks a lot! jing (0 Replies)
Discussion started by: jing han
0 Replies

5. UNIX for Dummies Questions & Answers

Redhat Linux?

I seen a pool that said Linux was the most popular Unix download. I then seen Redhat Linux is the most popular Linux download. Is there a difference? Is it the better program/s? (6 Replies)
Discussion started by: Mr_Pinky
6 Replies

6. Slackware

Redhat Linux?

Hi, I use linux and it is a great OS, I use Redhat Linux 9 and I was wondering are they going to update 9 or they'll be leaving that to the fedora project? I would like a stable linux distro. Thanks -n (9 Replies)
Discussion started by: Insomniac
9 Replies

7. UNIX for Dummies Questions & Answers

Linux RedHat. Help please.

I from russia. install rus Linux RedHat. When i load linux it ask me for user name and pass... and up of ask form label: Welcome to localhost... dont remember... what i want write in it? (sorry, bad english..:( ).. (1 Reply)
Discussion started by: Sen
1 Replies

8. UNIX Desktop Questions & Answers

RedHat Linux Cd

I am wondering if anyone has copies (or can burn me a copy) of RedHat Linux. I will pay shipping charges... I don't have a CD burner and i dont want to run it off of my hard drive... please email me at: empireinfo623@yahoo.com or baldwitm@muc.edu (5 Replies)
Discussion started by: thedude623
5 Replies

9. UNIX for Dummies Questions & Answers

RedHat linux questions??

1. is redhat linux 7.3 the latest version ?? 2. where can i find FREE documentation regarding it ?? installation , etc... Thanks (2 Replies)
Discussion started by: BAM
2 Replies

10. UNIX for Dummies Questions & Answers

redhat linux 7.3

hi, just installed redhat linux 7.3 on my server, and put it in gnome gui. Does anyone know what software i need to run a web server??? and what software i need to set up a proxy to secure it? also, if these are free to download, can you give me the links. Thanx (2 Replies)
Discussion started by: matt2kjones
2 Replies
Login or Register to Ask a Question