HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: remsh root always asks for passwd
Operating System - Linux
1832085
Members
2929
Online
110037
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-28-2003 08:24 PM
10-28-2003 08:24 PM
Hi, RHAS2.1 2.4.9
no matter what .rhosts config I use,
from user1 rcommand'ing to root always asks for a password. How can I disable this.
Thanks,
Bill
no matter what .rhosts config I use,
from user1 rcommand'ing to root always asks for a password. How can I disable this.
Thanks,
Bill
It works for me (tm)
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 08:41 PM
10-28-2003 08:41 PM
Solution
Hi,
This is because of a pam module.
#vi /etc/pam.d/rlogin
Change the existing line to this ,
auth sufficient pam_rhosts_auth.so
#service xinetd restart
Add your hosts in /root/.rhosts
regards,
U.SivaKumar
This is because of a pam module.
#vi /etc/pam.d/rlogin
Change the existing line to this ,
auth sufficient pam_rhosts_auth.so
#service xinetd restart
Add your hosts in /root/.rhosts
regards,
U.SivaKumar
Innovations are made when conventions are broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 08:47 PM
10-28-2003 08:47 PM
Re: remsh root always asks for passwd
Thank U!
works now!
works now!
It works for me (tm)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 10:03 AM
10-29-2003 10:03 AM
Re: remsh root always asks for passwd
The other way to fix this is to put 'rlogin' in /etc/securetty.
This is because by default RH doesn't allow root remote-commands over an unsecure channel.
Also after this change, rehashing xinetd isn't necessary, as it is only a port listener. The daemon which uses the pam.d libraries are executed as a child (xinetd is just a super-daemon, like inetd under HPUX or other unicies).
This is because by default RH doesn't allow root remote-commands over an unsecure channel.
Also after this change, rehashing xinetd isn't necessary, as it is only a port listener. The daemon which uses the pam.d libraries are executed as a child (xinetd is just a super-daemon, like inetd under HPUX or other unicies).
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP