- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin prompt 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
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
12-10-2002 11:34 PM
12-10-2002 11:34 PM
rlogin prompt for password.
When I do
rlogin host_name -l root, It prompts me for password even the remote .rhosts file has my local machine_name. Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:38 PM
12-10-2002 11:38 PM
Re: rlogin prompt for password.
do you have IP address and machine_name in the
host_name server's /etc/hosts file ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:40 PM
12-10-2002 11:40 PM
Re: rlogin prompt for password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:42 PM
12-10-2002 11:42 PM
Re: rlogin prompt for password.
the problem is due to multiple interface cards on the source system. If you put in the correct name from the who -R command into the .rhosts file, you shouldn't have any more problems with the rlogin.
Best regrads,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:42 PM
12-10-2002 11:42 PM
Re: rlogin prompt for password.
Any error in /var/adm/syslog/syslog.log ?
Check the permissions of .rhosts
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:49 PM
12-10-2002 11:49 PM
Re: rlogin prompt for password.
Ensure that rlogind is not run with -l option in that file.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 12:20 AM
12-11-2002 12:20 AM
Re: rlogin prompt for password.
If you want to rlogin from A to B then check :
- on A
nslookup B -> should give IP_of_B
nslookup IP_of_B -> should give B
- on B
same but with A instead of B
Everything should match.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 02:39 AM
12-11-2002 02:39 AM
Re: rlogin prompt for password.
from_host from_user
Please give us the (relevant)contents of the host_name:~root/.rhosts file and the ll(1) output for that file.
Before experimenting with rlogin, first experiment with the simpler remsh(1) command, i.e.
remsh hostname -l root date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 03:25 AM
12-11-2002 03:25 AM
Re: rlogin prompt for password.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 09:23 AM
12-11-2002 09:23 AM
Re: rlogin prompt for password.
On secure sites, dont think of using either. On sites that can be insecure, I prefer to use /etc/hosts.equiv.
Make sure to list all hosts that need access, and that all hostnames can be listed in the file. If you are unsure, put both the hostname and IP address into the file.
$HOME/.rhosts can also be used, and is required for root access. Same rules apply for hostname resolution and/or adding IP's and hostnames to the file.
NOTE: roots $HOME by default is /, thus most users reference /.rhosts for root access. On systems where root's $HOME is not /, this will not work. I.E. my root home in Linux is /root. I must have a /root/.rhosts to enable root access without a password, /.rhosts is ignored.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 10:09 AM
12-11-2002 10:09 AM
Re: rlogin prompt for password.
That will stop password free login if not allowing the right hosts.
Take a look. If this is even a 10.20 feature and you have it.
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
12-11-2002 10:22 AM
12-11-2002 10:22 AM
Re: rlogin prompt for password.
First, you might want to check /etc/inetd.conf line for login should not have -l at the end.
Second, /var/adm/inetd.sec file - check for exclusive deny of service for you host/user.
I would also check .rshost file to correspond hostnames in /etc/hosts or match output of nslookup.
Hope this helps,
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 10:35 PM
12-12-2002 10:35 PM
Re: rlogin prompt for password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 10:38 PM
12-12-2002 10:38 PM