- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin without password
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
03-05-2008 07:21 PM
03-05-2008 07:21 PM
rlogin without password
I want to enable rlogin from a HP-UX server A to HP-UX server B withoout password.
So please tell me the steps or file which should i have to edit to enable rlogin.
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 04:33 AM
03-06-2008 04:33 AM
Re: rlogin without password
1)In $HOME/.rhosts file
hostname user
ex:myserver root
or
2) In /etc/hosts.equiv
hostname user
ex: myserver root
HTH
Regds,
SHR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 10:07 AM
03-06-2008 10:07 AM
Re: rlogin without password
look into 'man rhosts'.
Short for user uu, who exists on A and B:
@B: print A>>~/.rhosts; chmod 600 ~/.rhosts
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 10:18 AM
03-06-2008 10:18 AM
Re: rlogin without password
look into 'man rhosts'.
Short for user uu, who exists on A and B:
@B: print A >>~/.rhosts; chmod 600 ~/.rhosts
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 04:42 PM
04-05-2008 04:42 PM
Re: rlogin without password
and put the respective entry .
if u r put only plus symbel on that , the respective user can login from any machine with out passwd .
eg :
vi /.rhosts
+
means root user can from any server to this server with out passwd .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2008 12:17 AM
08-01-2008 12:17 AM
Re: rlogin without password
suppose there are 2 servers (server A and server B)
to allow rlogin between the 2 or more servers we need to do the following things
1. login to serverA.
2. make entry in /etc/hosts for the remote host i.e. serverB.
3. E.g. serverB 192.168.1.2 # the IP address 192.168.1.2 is of the serverB.
4. create a file /etc/hosts.equiv and make an entry in it for host i.e. serverB followed by the user. for the user from the host serverB who is allowed remote login access to the serverA.
5. E.g. serverB vijay #user vijay from the server serverB has remote login access to the local server serverA.
OR
1. login to serverB.
2. goto the user's home directory to whom rlogin access has to be given.
3. create a file $HOME/.rhosts
4. make the entry of the host name in this file i.e. the hostname whose access is to be allowed for the user. i.e. serverA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2008 12:52 AM
08-01-2008 12:52 AM
Re: rlogin without password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2008 02:15 AM
08-01-2008 02:15 AM
Re: rlogin without password
It was strange to see you record, "I have assigned points to 4 of 95 responses"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2008 02:46 AM
08-01-2008 02:46 AM