<?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: Equivalent of remsh &amp;amp; rcp on a system with ssh in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013585#M96546</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'scp' is the substitute for 'rcp'.&lt;BR /&gt;&lt;BR /&gt;'ssh' is the replacement for 'remsh'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 10 Nov 2006 11:01:34 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-11-10T11:01:34Z</dc:date>
    <item>
      <title>Equivalent of remsh &amp; rcp on a system with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013584#M96545</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I have system with scripts calling rcp &amp;amp; remsh to copy files &amp;amp; run scripts remotely.&lt;BR /&gt;&lt;BR /&gt;On systems where rcp &amp;amp; remsh is not allowed, what is the equivalent of remsh &amp;amp; rcp?&lt;BR /&gt;How do you do the following via ssh or equivalent?&lt;BR /&gt;&lt;BR /&gt;/usr/bin/remsh HOST -n /script/script.sh&lt;BR /&gt;/usr/bin/rcp -p HOST:/tmp/filename /tmp&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;BR /&gt;f. halili</description>
      <pubDate>Fri, 10 Nov 2006 10:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013584#M96545</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2006-11-10T10:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of remsh &amp; rcp on a system with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013585#M96546</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'scp' is the substitute for 'rcp'.&lt;BR /&gt;&lt;BR /&gt;'ssh' is the replacement for 'remsh'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Nov 2006 11:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013585#M96546</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-10T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of remsh &amp; rcp on a system with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013586#M96547</link>
      <description>You can use directly ssh commands:&lt;BR /&gt;&lt;BR /&gt;ssh user@host command&lt;BR /&gt;&lt;BR /&gt;scp file1 user@host:/path/file2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 10 Nov 2006 11:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013586#M96547</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-11-10T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of remsh &amp; rcp on a system with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013587#M96548</link>
      <description>Hmmm ... can I bypass the asking of the password. I wan't to use it inside a script.&lt;BR /&gt;&lt;BR /&gt;# scp -p host:/scripts/test.sh /tmp&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;f. halili</description>
      <pubDate>Fri, 10 Nov 2006 11:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013587#M96548</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2006-11-10T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of remsh &amp; rcp on a system with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013588#M96549</link>
      <description>Setup passwordless ssh (with key) for that user - &lt;A href="http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html" target="_blank"&gt;http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 10 Nov 2006 11:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013588#M96549</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-11-10T11:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of remsh &amp; rcp on a system with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013589#M96550</link>
      <description>THANKS!</description>
      <pubDate>Fri, 10 Nov 2006 11:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/equivalent-of-remsh-amp-rcp-on-a-system-with-ssh/m-p/5013589#M96550</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2006-11-10T11:56:35Z</dc:date>
    </item>
  </channel>
</rss>

