<?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: Remote shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189164#M164342</link>
    <description>Oops,&lt;BR /&gt;&lt;BR /&gt;so much for compatibility. :-(&lt;BR /&gt;Tru Unix makes it Rsh and rsh.&lt;BR /&gt;&lt;BR /&gt;of course it is remsh. ehem..&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Feb 2004 11:37:21 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2004-02-11T11:37:21Z</dc:date>
    <item>
      <title>Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189158#M164336</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have just moved from 2 unixware servers to 2 HPUX servers. There was a command in unixware to run a remote shell on the second server. The format was: &lt;BR /&gt; &lt;BR /&gt;rsh server2 ksh /scriptname &lt;BR /&gt;&lt;BR /&gt;Is there an equivalent command on HP. rsh seems to be restricted shell&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 11 Feb 2004 11:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189158#M164336</guid>
      <dc:creator>Tim O'Connell</dc:creator>
      <dc:date>2004-02-11T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189159#M164337</link>
      <description>Hi&lt;BR /&gt;remsh (man remsh...)&lt;BR /&gt;all the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 11 Feb 2004 11:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189159#M164337</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-02-11T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189160#M164338</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;remsh is the command you seek.  Try a man on "remsh".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Feb 2004 11:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189160#M164338</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-11T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189161#M164339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rsh is remote shell.&lt;BR /&gt;use rsh server2 "ksh /scriptname" &lt;BR /&gt;if you have #/bin/ksh as first script then you need only:&lt;BR /&gt;rsh server2 "/scriptname" &lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 11:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189161#M164339</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-02-11T11:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189162#M164340</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try remsh (man remsh).&lt;BR /&gt;&lt;BR /&gt;An example:&lt;BR /&gt;&lt;BR /&gt;# remsh &lt;HOSTNAME&gt; ll&lt;BR /&gt;&lt;BR /&gt;Of course this system must be in .rhosts list of &lt;HOSTNAME&gt;.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 11 Feb 2004 11:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189162#M164340</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-02-11T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189163#M164341</link>
      <description>Already the solution is give but on a tangent I Just want to add either you can download expect(Tcl) scripts that provide the same functionality with ssh enabled or you could use certain perl scripts from &lt;A href="http://www.cpan.org" target="_blank"&gt;www.cpan.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 11:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189163#M164341</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-02-11T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189164#M164342</link>
      <description>Oops,&lt;BR /&gt;&lt;BR /&gt;so much for compatibility. :-(&lt;BR /&gt;Tru Unix makes it Rsh and rsh.&lt;BR /&gt;&lt;BR /&gt;of course it is remsh. ehem..&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 11:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189164#M164342</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-02-11T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189165#M164343</link>
      <description>Many Thanks for the help. remsh did the biz.&lt;BR /&gt;Points awarded.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 11 Feb 2004 11:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-shell/m-p/3189165#M164343</guid>
      <dc:creator>Tim O'Connell</dc:creator>
      <dc:date>2004-02-11T11:53:44Z</dc:date>
    </item>
  </channel>
</rss>

