<?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 Remote SH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978565#M419320</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How i can execute from host1 to host2 remote shell, rsm ???&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 11 May 2006 11:31:35 GMT</pubDate>
    <dc:creator>Miguel Carabano_1</dc:creator>
    <dc:date>2006-05-11T11:31:35Z</dc:date>
    <item>
      <title>Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978565#M419320</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How i can execute from host1 to host2 remote shell, rsm ???&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 May 2006 11:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978565#M419320</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-05-11T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978566#M419321</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use - if installed -&lt;BR /&gt;ssh host2 'command1;command2'&lt;BR /&gt;&lt;BR /&gt;or else&lt;BR /&gt;remsh host2 'command1;command2'&lt;BR /&gt;&lt;BR /&gt;It's worth to read 'man ssh' / 'man remsh' .&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 11 May 2006 11:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978566#M419321</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-05-11T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978567#M419322</link>
      <description>Login to host1 and execute&lt;BR /&gt;remsh host2 "command to execute"&lt;BR /&gt;&lt;BR /&gt;Do a man remsh.&lt;BR /&gt;Also there are a few things. remshd must be there in /etc/inetd.conf&lt;BR /&gt;do man remshd&lt;BR /&gt;&lt;BR /&gt;Also on host2 you need to create a file if not already existing - /etc/hosts.equiv and add an entry for the host1 and user that will be using remsh as follows&lt;BR /&gt;host1 username&lt;BR /&gt;OR&lt;BR /&gt;host1 + [ if you want all users of host1 to be allowed to execute remote commands without password]&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Thu, 11 May 2006 11:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978567#M419322</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-11T11:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978568#M419323</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have installed:&lt;BR /&gt;T1471AA  A.04.20.005 HP-UX Secure Shell&lt;BR /&gt;&lt;BR /&gt;And,  i need ssh to other user, not for root!&lt;BR /&gt;&lt;BR /&gt;Step 1:&lt;BR /&gt;Logon as user&lt;BR /&gt;Step 2:&lt;BR /&gt;ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;But i don't know more...&lt;BR /&gt;&lt;BR /&gt;Help! Please.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 May 2006 12:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978568#M419323</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-05-11T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978569#M419324</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ok, you use ssh, but&lt;BR /&gt;I must really guess to get what you want to achieve:&lt;BR /&gt;&lt;BR /&gt;- executing remote command, but without supplying a password?&lt;BR /&gt;=&amp;gt; setup authentication (you chose rsa)&lt;BR /&gt;=&amp;gt; exchange auth-keys in appending user1@host1:.ssh/isd_rsa.pub to user2@host2:.shh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;- executing a remote command as a different remote user?&lt;BR /&gt;=&amp;gt; ssh user2@hosts2 'command1;command2'&lt;BR /&gt;&lt;BR /&gt;- both requests together?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I suggest, really to read the manpage for ssh.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 12 May 2006 03:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978569#M419324</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-05-12T03:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978570#M419325</link>
      <description>You can use "rexec" too.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.datafocus.com/docs/man1/rexec.1.asp" target="_blank"&gt;http://www.datafocus.com/docs/man1/rexec.1.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But consider use of secure shell and it's tilities.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Fri, 12 May 2006 06:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978570#M419325</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2006-05-12T06:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978571#M419326</link>
      <description>Follow this document.  It is from off of one of the forums.&lt;BR /&gt;&lt;BR /&gt;then do the&lt;BR /&gt;&lt;BR /&gt;ssh user@system command</description>
      <pubDate>Fri, 12 May 2006 11:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978571#M419326</guid>
      <dc:creator>Sheriff Andy</dc:creator>
      <dc:date>2006-05-12T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978572#M419327</link>
      <description>Thanks Team!&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Sun, 21 May 2006 18:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-sh/m-p/4978572#M419327</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-05-21T18:39:09Z</dc:date>
    </item>
  </channel>
</rss>

