- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux Redhat - How do you turn on "root" login via...
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
01-15-2004 08:27 AM
01-15-2004 08:27 AM
Thanks,
Angie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 08:42 AM
01-15-2004 08:42 AM
Solutionroot access is by default blocked in /etc/securetty
This thread shows how to block it, reverse the instructions
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=11821
...
One way to allow root login is to add entries to the file '/etc/securetty' like this:
...
pts/0
pts/1
pts/2
...
pts/10
...
You know doing this is a major security violation right?
You know that you can use openssh/secure shell and do direct root logins?
You know that telnet authentication is in clear text which means after you do this, the root password is going to be passing back and forth in clear text?
Using ethereal I on your network, anyone could intercept the root password in as long as it takes to do a single root login.
I strongly advise you NOT follow the instructions I have just provided you.
Good Luck,
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 08:44 AM
01-15-2004 08:44 AM
Re: Linux Redhat - How do you turn on "root" login via a telnet session
I actually didn't know that using telnet and logging in will have unencrypted information being passed.
So please tell me more about the following"
"You know that you can use openssh/secure shell and do direct root logins?"
Thanks,
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:00 AM
01-15-2004 09:00 AM
Re: Linux Redhat - How do you turn on "root" login via a telnet session
you mean like this ;-)
sundum:/home/zinser # ssh root@sundum
root@sundum's password:
Last login: Thu Jan 15 15:58:38 2004 from sundum.deutsche-boerse.de
Have a lot of fun...
sundum:~ #
You might need to accept the identity of the target system if you do this for the first time.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:05 AM
01-15-2004 09:05 AM
Re: Linux Redhat - How do you turn on "root" login via a telnet session
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:16 AM
01-15-2004 09:16 AM
Re: Linux Redhat - How do you turn on "root" login via a telnet session
Then, same thing if your client is linux.
You connect as follows
ssh root@systemname
If you are using a windows client, you need an ssh client, putty is a good free client I use all the time.
Let me know if I can provide further information.
Thanks for the points btw.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com