- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: 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
08-11-2004 08:15 PM
08-11-2004 08:15 PM
rlogin
I want to setup rlogin
so I created .rhosts under root's homeDir separately
/root/.rhosts
hostA +
hostB +
but when rlogin hostB
the
Passwd: prompt appeared
how can i setup rlogin between two nodes
and root can rlogin another?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 09:58 PM
08-11-2004 09:58 PM
Re: rlogin
pts/0
pts/1
pts/2
and so on.. add at least 30 so the last line will be pts/30
however it's very unsecure.You can use ssh instead...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 10:32 PM
08-11-2004 10:32 PM
Re: rlogin
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 11:28 AM
08-12-2004 11:28 AM
Re: rlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 12:52 PM
08-12-2004 12:52 PM
Re: rlogin
I put 'rsh' into securetty
I can't rlogin without passwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 04:28 PM
08-12-2004 04:28 PM
Re: rlogin
ensure that the 'rlogin' service is started.
After checking all of that, show us the error messages in the log files (usually /var/log/mssages or /var/log/secure).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2004 06:00 PM
08-13-2004 06:00 PM
Re: rlogin
grep root /etc/passwd Are you getting 6th field as /root?
If okie then,
hostB
/root/.rhosts
hostA root
hostA
/root/.rhosts
hostB root
Else
Put .rhosts file on / as /.rhosts with the same settings in the above
It will allow the rlogin from hostB <--> hostA on root user only.
Change the permission of them to 600 so that others can not access it.
Check is your rlogind (eamon) running?
You will get some log informations on /var/log/messages.