- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: telnet with root user on RH7.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:41 AM
04-29-2002 09:41 AM
telnet with root user on RH7.2
I've managed to get my telnet connection working.
I use win2000 to telnet to a Red Hat 7.2 machine.
All logins work fine but when I try to login as root, I always get the message that the login is incorrect.
Is this normal?? and what can I do about it!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 10:23 AM
04-29-2002 10:23 AM
Re: telnet with root user on RH7.2
why do you want to login as root with telnet???
This is a security problem! Telnet doesn't use data encryption, so if you do so, everybody who "listens" in the net can get your (needed) root password! Login as normal user, and then do a switch user to root on the computer. This makes more sense. RedHat and the other Linuxes forbid login as root with telnet per default and this is correct.
To login as root directly you should use a terminal emulator like ReflectionX or Exeed which both use data encryption.
( commands to listen are allready installed on most operating systems: nettl (HP-UX) or snoop (Solaris) for example.)
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:20 PM
04-29-2002 02:20 PM
Re: telnet with root user on RH7.2
, or, If You Prefer, login as a normal user then su to root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:21 PM
04-29-2002 06:21 PM
Re: telnet with root user on RH7.2
In /etc/pam.d/login
the first line is the one which control the root login.
Comment the line.
auth required /lib/security/pam_securetty.so
If you edit this file. you don't need to touch /etc/securetty file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 01:32 AM
04-30-2002 01:32 AM
Re: telnet with root user on RH7.2
I think the easiest way is to use a ssh-client on windows. I prefer putty. Look at www.openssh.org for it. It secure and it is comfortable copmaring to Win-telnet.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 02:35 AM
04-30-2002 02:35 AM
Re: telnet with root user on RH7.2
edit /etc/securetty
pts/1
pts/2
pts/3
pts/4
pts/5
pts/6
..
..
you will able to login as root in telnet.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 08:58 AM
04-30-2002 08:58 AM
Re: telnet with root user on RH7.2
By disallowing telnet as root you force a brute force attacker to find a valid username and two passwords instead of a single root password.
-ard