- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin asking for 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
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
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
тАО09-13-2004 06:32 PM
тАО09-13-2004 06:32 PM
today is rlogin day.
here is a typical problem,
i habe two machines "hpport" and "Eureka" o have a .rhosts entries as follows
'tbaadm is the user from whr i want to rlogin
on hpport
==============
Eureka tbaadm
on Eureka
===========
hpport tbaadm.
the problem is i am able to rlogin from "eureka" to "hpport" without prompting for password. but whn i rlogin from "hpport" to "Eureks" it is asking me for password.
kindly let me know. what i need to do...
thanks & regards,
Govind.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:36 PM
тАО09-13-2004 06:36 PM
Re: rlogin asking for password
check the permission of .rhosts file it should be own by tbaadm.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:39 PM
тАО09-13-2004 06:39 PM
Re: rlogin asking for password
Check for typos too.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:43 PM - last edited on тАО09-16-2024 02:08 AM by support_s
тАО09-13-2004 06:43 PM - last edited on тАО09-16-2024 02:08 AM by support_s
Re: rlogin asking for password
the file owner is tbaadm only..
regards,
govind.
- Tags:
- iLO_OA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:45 PM
тАО09-13-2004 06:45 PM
Re: rlogin asking for password
Is there any settings on /etc/hosts.equiv file there.
r* command access is check as,
When a request is made for access, the /etc/hosts.equiv file is searched first. If a match is found, access is permitted. If no match is found, the .rhosts file is searched, if one exists in the local user's home directory.
Change the owner / group permission related to user and it must not be a symbolic link. If you are not having some other entries related on /etc/hosts.equiv then try now.
Regards
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:50 PM
тАО09-13-2004 06:50 PM
Re: rlogin asking for password
Check your /etc/hosts.equiv file for the presence of tbaadm.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:52 PM
тАО09-13-2004 06:52 PM
Re: rlogin asking for password
i dont have hosts.equiv file. i have only .rhosts file. so it will search in only this file.
my $HOME is /wd/tbaadm on the both the machines. i have .rhosts files at this location and and owned by tbaadm only.
regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:02 PM
тАО09-13-2004 07:02 PM
Re: rlogin asking for password
Check the hpport machine's /etc/inetd.conf file for the presence of:
login stream tcp nowait root /usr/lbin/rlogind rlogind
this should be in there to handle rlogin requests.
On the hpport machine do:
ps -ef | grep rlogind
This daemon should be running there.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:07 PM
тАО09-13-2004 07:07 PM
Re: rlogin asking for password
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:09 PM
тАО09-13-2004 07:09 PM
Re: rlogin asking for password
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:16 PM
тАО09-13-2004 07:16 PM
Re: rlogin asking for password
There is no entry ├в login stream tcp nowait root /usr/lbin/rlogind rlogind├в
Instead there is an entry ├в klogin stream tcp nowait root /usr/lbin/rlogind rlogind ├в K├в
ps -ef | grep rlogind
this daemon is not running
how do i start this??
thanks & re
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:19 PM
тАО09-13-2004 07:19 PM
Re: rlogin asking for password
sorry !! the text appears to be in diffrent format.
There is no entry
"login stream tcp nowait root /usr/lbin/rlogind rlogind"
Instead there is an entry
"klogin stream tcp nowait root /usr/lbin/rlogind rlogind ├в K"
ps -ef | grep rlogind --- is not runnig.
regards,
Govin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:22 PM
тАО09-13-2004 07:22 PM
Re: rlogin asking for password
will issuing the "inetd stop", does not stop any process which are running on right? because this is a production server.
thanks
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:31 PM
тАО09-13-2004 07:31 PM
Re: rlogin asking for password
you can do this also on a hot server without any problems.
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:44 PM
тАО09-13-2004 07:44 PM
Re: rlogin asking for password
I was looking for that. Just couldn't come up with that for a sec.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:52 PM
тАО09-13-2004 07:52 PM
Re: rlogin asking for password
thanks a lot for the soon reply,
it worked well for me.
Regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 09:29 PM
тАО09-13-2004 09:29 PM
Re: rlogin asking for password
sorry guys, the problem is not resolved.
after putting that entry. i restarted the system. still rlogind process is not running.
and i am sorry to say that. the other server I.e. Eureka is an tru64 linux box.
kindly help me to resolve this issue..
thanks & regards.
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 09:37 PM
тАО09-13-2004 09:37 PM
Re: rlogin asking for password
the string you need in /etc/inetd.conf is:
login stream tcp nowait root /usr/sbin/tcpd in.rlogind
then restart inetd with inetd -c
this should do the trick
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 09:38 PM
тАО09-13-2004 09:38 PM
Re: rlogin asking for password
just for a test put the following in /.rhosts of Eureka:
+ +
They are only two plus, it doesn't matter if they are separated by either a space or a TAB. Just put them in the first line of the /.rhosts file and re-try the rlogin operation from hpport to Eureka.
Let me know the result.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 10:06 PM
тАО09-13-2004 10:06 PM
Re: rlogin asking for password
regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 10:22 PM
тАО09-13-2004 10:22 PM
Re: rlogin asking for password
Anyway if Eureka is a Tru64 system then you should submit the question in Tru64 and Networking section where Tru64 people could help you better.
http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=287
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 10:26 PM
тАО09-13-2004 10:26 PM
Re: rlogin asking for password
the problem is not from the Eureka(tru64) it is working fine, but the problem is from the hp-ux machine.
thanks
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 10:28 PM
тАО09-13-2004 10:28 PM
Re: rlogin asking for password
tru64/linux-box
the entry for login in /etc/inetd.conf is set # on both machines?
the user tbaadm exists on both machines
~/.rhosts owned by tbaadm
.rhosts is wide open with + +
rlogin still asks for password?
Hmmm...
really strange
do you have other users on eureka?
then make a .rhosts-file for another user and try rlogin eureka -l otheruser
please post the results in this forum
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2004 01:23 AM
тАО09-14-2004 01:23 AM
Re: rlogin asking for password
After your reboot, did the rlogind daemon started succesfully or not. If not start it again with /sbin/init.d/inetd -c and solve the problem of the automatic start of this daemon.
MB.