- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
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
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-18-2005 04:03 AM
тАО05-18-2005 04:03 AM
remsh login incorrect
I have a HP-UX 11i server (COMDIS) with two users: siapcom and scadmin. The user siapcom executes a remsh into the same server as the another user:
siapcom>$ remsh COMDIS -l scadmin -n command
login incorrect
siapcom and scadmin have the same home directory and the .rhosts have the next entries:
COMDIS siapcom
COMDIS scadmin
Someone can help me??
Regards!!
- Tags:
- remsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 04:07 AM
тАО05-18-2005 04:07 AM
Re: remsh login incorrect
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 04:11 AM
тАО05-18-2005 04:11 AM
Re: remsh login incorrect
The .rhosts file has 660 permissions and both users belongs to the same group.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 04:12 AM
тАО05-18-2005 04:12 AM
Re: remsh login incorrect
What happens if you rlogin to the same server and then try to login as scadmin?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 04:14 AM
тАО05-18-2005 04:14 AM
Re: remsh login incorrect
Login(telnet) as a user(that you for r commands) and after login do who -um
The last column that you see(ip_address/host_name) should be in .rhosts file and user name.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 05:46 AM
тАО05-18-2005 05:46 AM
Re: remsh login incorrect
$ remsh COMDIS -l siapcom -n bdf
it├В┬┤s works OK.
But, when I change the user (I still login as siapcom):
$ remsh COMDIS -l scadmin -n bdf
remshd: login incorrect
The reason of this remsh is: scadmin is a user that have permissions to drop Informix tables and siapcom doesn├В┬┤t have this permissions and use the remsh to drop the tables as scadmin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 07:29 AM
тАО05-18-2005 07:29 AM
Re: remsh login incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 09:02 AM
тАО05-18-2005 09:02 AM
Re: remsh login incorrect
$ remsh COMDIS -l scadmin -n bdf
IT WORKS!!!...and if I change the owner of .rhosts to siapcom the command works in viceversa:
$ remsh COMDIS -l siapcom -n bdf (as scadmin user)
It├В┬┤s a rare behavior but, by the moment, the user is happy.
Thanks everybody for your help!!!
Regards