- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remsh login incorrect
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
05-07-2003 05:18 AM
05-07-2003 05:18 AM
remsh login incorrect
remsh is a never ending story!
I??ve got a machine with HP-UX 11 installed on.
I put in the command:
# remsh $(hostname) id
And get remshd: login incorrect.
I??ve got a NIS environment and the group cmsunix contains all unix-hosts in the network. So I put +@cmsunix in .rhosts and hosts.equiv. I also checked the inetd.conf and it seems to be OK.
Any ideas?
Thanks in advance
Carsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:23 AM
05-07-2003 05:23 AM
Re: remsh login incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:33 AM
05-07-2003 05:33 AM
Re: remsh login incorrect
The target machine doesn't like something about your user id or the machine that you are issueing the remsh command from. When I have these types of permissions problems I telnet to the target machine and do a who -u to make sure that the target .rhosts file's machine and or ID is the same as the output from who -u.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:44 AM
05-07-2003 05:44 AM
Re: remsh login incorrect
Here are two interesting posts about this issue:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x66ffa12d6d27d5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0cff5f49dbb6d611abdb0090277a778c,00.html
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:44 AM
05-07-2003 05:44 AM
Re: remsh login incorrect
Check permissions on .rhosts file, it sould be 640.
Check name resolution using nslookup from both servers.
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:51 AM
05-07-2003 05:51 AM
Re: remsh login incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:57 AM
05-07-2003 05:57 AM
Re: remsh login incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 07:06 AM
05-07-2003 07:06 AM
Re: remsh login incorrect
hostname, ipaddress or nothing.
Its a networking tool, and an insecure one at that.
I'd take out the + sign. Its a security hole big enough to run an A1 Abrams tank through.
Also check both machines for /etc/hosts.equiv /var/adm/inetd.sec entries that might be interfereing with your networking.
SEP
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
05-07-2003 08:42 AM
05-07-2003 08:42 AM
Re: remsh login incorrect
There are certain services that can use a netgroup file, I.E. NFS, but definately not remsh(rsh on any other Unix).
To allow users a global login to any maching, they need to have listings in /etc/hosts.equiv. root account does not use /etc/hosts.equiv, and will require $HOME/.rhosts.
Now, interestingly I dont know if your example will work anyway. Normally you need to be the authenticated user to use a remote shell with no password, meaning if you type "remsh host someone" and the someone is not who your logged in as, then you will have further issues.
Regards,
Shannon