- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- To set up rlogin
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
07-17-2001 02:58 AM
07-17-2001 02:58 AM
I want the rlogin not to ask for password and directly login to the server as root.
could any one be able to help?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:05 AM
07-17-2001 03:05 AM
Re: To set up rlogin
hosta //hosta hostname or ip address
Then hosta 's root can rologin rlogin hostb without providing passwd .
Be careful that the file (/.rhosts) should be owned by root !!!
you can "man rhosts" for more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:08 AM
07-17-2001 03:08 AM
Re: To set up rlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:10 AM
07-17-2001 03:10 AM
Re: To set up rlogin
assume you are in system A
make the entry in /etc/.rhosts and /etc/hosts.equiv for the user you wanted to login and create a account for that user in the system B. edit the /etc/passwd file in system B and make passwd field empty.
Now from system A you can login to B without the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:12 AM
07-17-2001 03:12 AM
SolutionHi
It is very easy. Suppose U are sitting in HostA and U want to do rlogin to HostB.
Login to HostB and create /.rhosts file. Add hostname of HostA in this file. Like this
hostA
But corresponding IP should be there in /etc/hosts file.
Now U login in HostA as root and then do a rlogin to HostB, It will not prompt for passwd.
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:47 AM
07-17-2001 03:47 AM
Re: To set up rlogin
With all of your help i have set up rlogin successfully in my servers. Thanks very much for all of your deemed help.
regds
Ramesh