- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rcp 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
02-24-2006 07:16 AM
02-24-2006 07:16 AM
rcp login incorrect
to transfer file from host1 to host2 (logged in to host2)...
this command worked about 2 months ago and now i get 'remshd login incorrect'....
.rhosts file set up on both systems... rlogin will work but it asks me for a password..
what could have changed that is causing the 'login incorrect' message ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 07:25 AM
02-24-2006 07:25 AM
Re: rcp login incorrect
When I have a rlogin or remsh problem the first thing I do is telet to the target box. Once there run who -mT to see who it thinks you are and what system you are coming from. Verify that with what's in your .rhosts file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 07:27 AM
02-24-2006 07:27 AM
Re: rcp login incorrect
considering what you have said, on host1, assuming your username is userh2 do you see this entry
host2 userh2
in ~userh2/.rhosts
also are the permissions of this .rhosts file 400 ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 08:27 AM
02-24-2006 08:27 AM
Re: rcp login incorrect
rgds...Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 08:58 AM
02-24-2006 08:58 AM
Re: rcp login incorrect
telnet from host1 to host2 returns who -mT
value of the ip address 10.x.x.11 of host1 (why doesn't it return the value 'host1'??
The rlogin works from host1 to host2 but doesn't work from host2 to host1?
Is there another file someplace that is causing the ip address of host1 to be picked up and not the name?
The hosts file of host1 has an entry in it for the ip address 10.x.x.11 associated with
host1a (an alias for host1) and their is an entry for ip address 10.x.x.17 associated with host1. I tried switching host1 and host1a in the hosts file but i got the same results?
There was a network change made about a week ago, but it involved replacing a switch? I'll check with the network admin tomorrow to see if the ip address 10.x.x.11 is hardcoded somewhere in the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 09:11 AM
02-24-2006 09:11 AM
Re: rcp login incorrect
who -um
The name/ip_addr that you see in last column should be in .rhosts file on source machine.
Should be something like follows.
ip_addr/host_name user_name
Check same in other direction.
Hope this resolves it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 10:49 AM
02-24-2006 10:49 AM
Re: rcp login incorrect
Bill Hassell, sysadmin