- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- setup automatic login for rsh/rexec
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-12-2004 11:55 AM
04-12-2004 11:55 AM
setup automatic login for rsh/rexec
Hi
How do i setup an linux host running AS2.1 and AS3.0 so as i dont have to be prompted for the
root password exery time i login. I already
setup the /.rhosts file but still get prompted
for a root password once i remsh from an hpux host. I need to setup this so as to run hazard on linux hosts........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2004 12:01 PM
04-12-2004 12:01 PM
Re: setup automatic login for rsh/rexec
To get around it, make an entry to '/etc/securetty' that says 'rsh', and give it another shot.
If that doesn't work, then some error messages from the log files will be needed to see why it's being rejected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 04:00 AM
04-14-2004 04:00 AM
Re: setup automatic login for rsh/rexec
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 04:09 AM
04-14-2004 04:09 AM
Re: setup automatic login for rsh/rexec
rsh/rexec is a known security hole. If you insist on using it check the docs for the configuration files and use tcpwrappers to limit access. I believe the config file is .rhosts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 08:36 AM
04-14-2004 08:36 AM
Re: setup automatic login for rsh/rexec
and still get prompted for the password when i remsh (hpux host) to linux host. so whats going wrong or what am i doing incorrectly?
BTW, the previous attachemnt in the message didnt solve the issue either ?
Hash out entry in /etc/pam.d/rsh for pam_rhosts_auth
Same for /etc/pam.d/rlogin
Add pts0, pts1, rsh, rlogin,rexec to /etc/securetty
vi /root/.rhosts add +
Did the same for /etc/hosts.equiv
Add ALL + ALL to /etc/hosts.allow
Ensure disable=no in /etc/xinetd.d/rsh file
Do service xinetd -restart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 03:05 PM
04-14-2004 03:05 PM
Re: setup automatic login for rsh/rexec
Check the permissions on the following files:
.rhosts
hosts.allow
hosts.equiv
hosts.equiv could be interfering with this operation.
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
04-14-2004 07:34 PM
04-14-2004 07:34 PM
Re: setup automatic login for rsh/rexec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 05:08 AM
04-15-2004 05:08 AM
Re: setup automatic login for rsh/rexec
BTW, all the suggestions still dont fix the problem. Now, that should make yee shake further!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 11:10 AM
04-15-2004 11:10 AM