<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609892#M35849</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is your PC's IP address resolvable on the Unix box.  If not, try adding it to /etc/hosts and reconnect.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
    <pubDate>Thu, 08 Nov 2001 13:59:50 GMT</pubDate>
    <dc:creator>Robin Wakefield</dc:creator>
    <dc:date>2001-11-08T13:59:50Z</dc:date>
    <item>
      <title>rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609889#M35846</link>
      <description>A problem on rsh (On a NT client )&lt;BR /&gt;&lt;BR /&gt;From a NT client I want to use rsh to an Unix client.&lt;BR /&gt;&lt;BR /&gt;On NT client I use a command like :&lt;BR /&gt;rsh [Unix hostname] -l [Unix account] -n [ls] ( to have ls Unix command on my computer NT)&lt;BR /&gt;&lt;BR /&gt;I have configure my Unix station with the file .rhost like :&lt;BR /&gt;[IP client NT]    [account NT]&lt;BR /&gt;&lt;BR /&gt;Ihave this message :&lt;BR /&gt;&lt;BR /&gt;remsh : Login incorrect&lt;BR /&gt;&lt;BR /&gt;Other services like telnet or ftp are corrects&lt;BR /&gt;I use PC-Xware and it's also correct.&lt;BR /&gt;&lt;BR /&gt;An idea ? ? &lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 13:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609889#M35846</guid>
      <dc:creator>bossuyt_2</dc:creator>
      <dc:date>2001-11-08T13:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609890#M35847</link>
      <description>Your settings seem correct, so it should work. Just to confirm the .rhosts is located on the homedir of the Unix username?&lt;BR /&gt;&lt;BR /&gt;Andre</description>
      <pubDate>Thu, 08 Nov 2001 13:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609890#M35847</guid>
      <dc:creator>Andre Da Silva Dias</dc:creator>
      <dc:date>2001-11-08T13:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609891#M35848</link>
      <description>Hi, &lt;BR /&gt;Did you check the .rhosts permissions ?&lt;BR /&gt;It must be in the users' home directory,belong to the user, and not be writable by other users.&lt;BR /&gt;Regards&lt;BR /&gt;Fr??d??ric</description>
      <pubDate>Thu, 08 Nov 2001 13:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609891#M35848</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2001-11-08T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609892#M35849</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is your PC's IP address resolvable on the Unix box.  If not, try adding it to /etc/hosts and reconnect.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
      <pubDate>Thu, 08 Nov 2001 13:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609892#M35849</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-11-08T13:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609893#M35850</link>
      <description>If none of the suggestions have worked so far, try replacing the host name in the .rhosts file, with the ip address of the nt workstation.  I that works, that means the hostname of your nt workstation is not being resolved on your unix box.</description>
      <pubDate>Thu, 08 Nov 2001 14:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609893#M35850</guid>
      <dc:creator>Jim Booker</dc:creator>
      <dc:date>2001-11-08T14:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609894#M35851</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  check the /var/adm/syslog/syslog.log file&lt;BR /&gt;of the unix system.  It will give you a error message pointing to the exact source of the problem.   Usual suspects being:&lt;BR /&gt;  the permission , format  of .rhosts file.&lt;BR /&gt;  unresolvable  hostnames (add an entry for&lt;BR /&gt;                           the IP address)&lt;BR /&gt;&lt;BR /&gt;Also, try rlogin to see whether that works.&lt;BR /&gt;&lt;BR /&gt;Check the /etc/services and /etc/inetd.conf&lt;BR /&gt;file and see whether the remsh/rexec services&lt;BR /&gt;are enabled.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Thu, 08 Nov 2001 14:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609894#M35851</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-08T14:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609895#M35852</link>
      <description>Your .rhosts file looks OK, but one would normally use the hostname of the NT system, not the IP address.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;I.e. on the HP-UX system, while logged in as the target user:&lt;BR /&gt;&lt;BR /&gt;$ remsh `hostname` date&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;For what it is worth, I have&lt;BR /&gt;&lt;BR /&gt;ipc1fs02 tfslootw&lt;BR /&gt;&lt;BR /&gt;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).</description>
      <pubDate>Fri, 09 Nov 2001 12:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609895#M35852</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-09T12:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: rsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609896#M35853</link>
      <description>By now! (still working on it)&lt;BR /&gt;&lt;BR /&gt;There is a problem with the users auth in the unix machine, i dont know how does it send the NT user.&lt;BR /&gt;&lt;BR /&gt;The relative solution by now, check with "who -R" what is the hostname/ip sent by youre machine to the unix server.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;.rhosts of the [user] has&lt;BR /&gt;"ipaddress +"&lt;BR /&gt;rsh command&lt;BR /&gt;"rsh unixmachine -l user command"</description>
      <pubDate>Fri, 30 Aug 2002 10:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsh/m-p/2609896#M35853</guid>
      <dc:creator>Jose Luis Barrera</dc:creator>
      <dc:date>2002-08-30T10:04:53Z</dc:date>
    </item>
  </channel>
</rss>

