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
11-08-2001 05:23 AM
11-08-2001 05:23 AM
From a NT client I want to use rsh to an Unix client.
On NT client I use a command like :
rsh [Unix hostname] -l [Unix account] -n [ls] ( to have ls Unix command on my computer NT)
I have configure my Unix station with the file .rhost like :
[IP client NT] [account NT]
Ihave this message :
remsh : Login incorrect
Other services like telnet or ftp are corrects
I use PC-Xware and it's also correct.
An idea ? ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 05:39 AM
11-08-2001 05:39 AM
Re: rsh
Did you check the .rhosts permissions ?
It must be in the users' home directory,belong to the user, and not be writable by other users.
Regards
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 05:59 AM
11-08-2001 05:59 AM
Re: rsh
Is your PC's IP address resolvable on the Unix box. If not, try adding it to /etc/hosts and reconnect.
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 06:05 AM
11-08-2001 06:05 AM
Re: rsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 06:09 AM
11-08-2001 06:09 AM
Re: rsh
check the /var/adm/syslog/syslog.log file
of the unix system. It will give you a error message pointing to the exact source of the problem. Usual suspects being:
the permission , format of .rhosts file.
unresolvable hostnames (add an entry for
the IP address)
Also, try rlogin to see whether that works.
Check the /etc/services and /etc/inetd.conf
file and see whether the remsh/rexec services
are enabled.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 04:35 AM
11-09-2001 04:35 AM
Re: rsh
Anyway, I advise to first do a remsh(1) from the HP-UX system to itself, that will reveal/eliminate any mode/UID/GID problems with the .rhosts file.
I.e. on the HP-UX system, while logged in as the target user:
$ remsh `hostname` date
Of course for this to work, the hostname of the HP-UX system should be (temporarily) included in the .rhosts file of the target user.
For what it is worth, I have
ipc1fs02 tfslootw
in my .rhosts file. ipc1fs02 is the *ARPA* (i.e. not the NT/Windows) hostname of my NT system and tfslootw is my NT user name (i.e. without the domain part).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 03:04 AM
08-30-2002 03:04 AM
Re: rsh
There is a problem with the users auth in the unix machine, i dont know how does it send the NT user.
The relative solution by now, check with "who -R" what is the hostname/ip sent by youre machine to the unix server.
then add it to the ".rhosts" file of the user specified in the "-l user" used in the NT command and a "+" as the user of the NT, this means that every user from this machine can access the remsh service in the unix machine.
What now? Well for intranets i think there is not much truoble on it, but what we must find is the username sent by the NT machine to the UNIX machine
.rhosts of the [user] has
"ipaddress +"
rsh command
"rsh unixmachine -l user command"