<?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: Using remsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807449#M754491</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to modify security files for your need.&lt;BR /&gt;&lt;BR /&gt;Please man .rhosts and hosts.equiv for more details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
    <pubDate>Tue, 17 Sep 2002 07:39:00 GMT</pubDate>
    <dc:creator>Patrick Chim</dc:creator>
    <dc:date>2002-09-17T07:39:00Z</dc:date>
    <item>
      <title>Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807446#M754488</link>
      <description>Hi,&lt;BR /&gt;I'd like to use remsh in  my system and i want to set some env in profile but it works only when shell is /usr/bin/csh (i can set it in .cshrc). Where can i set it when shell is /usr/bin/sh.&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 17 Sep 2002 07:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807446#M754488</guid>
      <dc:creator>Tomek_1</dc:creator>
      <dc:date>2002-09-17T07:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807447#M754489</link>
      <description>for /usr/bin/sh it is .profile</description>
      <pubDate>Tue, 17 Sep 2002 07:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807447#M754489</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-09-17T07:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807448#M754490</link>
      <description>It does not work with remsh</description>
      <pubDate>Tue, 17 Sep 2002 07:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807448#M754490</guid>
      <dc:creator>Tomek_1</dc:creator>
      <dc:date>2002-09-17T07:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807449#M754491</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to modify security files for your need.&lt;BR /&gt;&lt;BR /&gt;Please man .rhosts and hosts.equiv for more details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Tue, 17 Sep 2002 07:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807449#M754491</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2002-09-17T07:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807450#M754492</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is a method to set enviroment for remsh if using sh (from man pages of remsh).&lt;BR /&gt;&lt;BR /&gt; If the remote shell is /usr/bin/sh, the following command line sets up&lt;BR /&gt;      the environment for the remote command before executing the remote&lt;BR /&gt;      command:&lt;BR /&gt;           remsh otherhost . .profile 2&amp;gt;&amp;amp;- \; command&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 08:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807450#M754492</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-17T08:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807451#M754493</link>
      <description>Ok, but /usr/bin/csh doesn't need that and automatically executes .cshrc, and want it in /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
      <pubDate>Tue, 17 Sep 2002 08:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807451#M754493</guid>
      <dc:creator>Tomek_1</dc:creator>
      <dc:date>2002-09-17T08:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807452#M754494</link>
      <description>&lt;BR /&gt;.cshrc (csh) is not to .profile (sh). Instead, .login (csh) is to .profile (sh). The equivalent to .cshrc in korn and posix requires that the env var ENV be set to a valid file path.&lt;BR /&gt;&lt;BR /&gt;Create the file, say, ~/.kshrc. Then try this:&lt;BR /&gt;&lt;BR /&gt;remsh host 'ENV=~/.kshrc ksh -c ls'</description>
      <pubDate>Tue, 17 Sep 2002 15:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-remsh/m-p/2807452#M754494</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-09-17T15:17:14Z</dc:date>
    </item>
  </channel>
</rss>

