<?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: File transfer with SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004983#M773683</link>
    <description>There is such thing as scp or sftp.&lt;BR /&gt;Both are secure and I'm guessing both can be scripted the same as rcp or ftp.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Sep 2006 14:53:53 GMT</pubDate>
    <dc:creator>Dave Hutton</dc:creator>
    <dc:date>2006-09-22T14:53:53Z</dc:date>
    <item>
      <title>File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004981#M773681</link>
      <description>I have been told that a trading partner of my companies wants to do file transfers utilizing the SSH protocol.  After spending a bit on trying to figure this out it is not clear how this would be done.  Could someone explain how this could/can be accomplished.  the transfer will be via a script so any thoughts on how to structure a script to do a put from server A to server B.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Fri, 22 Sep 2006 14:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004981#M773681</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2006-09-22T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004982#M773682</link>
      <description>install and use ssh.&lt;BR /&gt;&lt;BR /&gt;create required userids&lt;BR /&gt;&lt;BR /&gt;exchange public keys&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004982#M773682</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2006-09-22T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004983#M773683</link>
      <description>There is such thing as scp or sftp.&lt;BR /&gt;Both are secure and I'm guessing both can be scripted the same as rcp or ftp.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004983#M773683</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2006-09-22T14:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004984#M773684</link>
      <description>Once you install ssh product on both servers then you need to generate rsa keys on Server A and copy them to authorized_keys file on ServerB:/homedir/.ssh directory. &lt;BR /&gt;&lt;BR /&gt;set 0600 permission for that file.&lt;BR /&gt;&lt;BR /&gt;then issue command or use cron job on Server A to copy:&lt;BR /&gt;&lt;BR /&gt;serverA:\ $ scp /fromdir/file user@serverB:/destinationpath&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004984#M773684</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-22T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004985#M773685</link>
      <description>Hi Gary, &lt;BR /&gt;&lt;BR /&gt;You can use scp a.k.a Secure Copy. It comes with Secure shell depot by default. &lt;BR /&gt;&lt;BR /&gt;# man scp for more details. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 22 Sep 2006 14:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004985#M773685</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-09-22T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004986#M773686</link>
      <description>Hi Gary,&lt;BR /&gt;some time ago I encountred same problem and the attcahed doc helps me a lot!&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 25 Sep 2006 03:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004986#M773686</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-09-25T03:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004987#M773687</link>
      <description>Shalom Gary,&lt;BR /&gt;&lt;BR /&gt;Download this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is free.&lt;BR /&gt;&lt;BR /&gt;swinstall -s full path to depot \*&lt;BR /&gt;&lt;BR /&gt;If the name is T1477blah.depot&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/T1477blah.depot \*&lt;BR /&gt;&lt;BR /&gt;Once you have followed the above instructions for password free file transfer the scp command will copy files around.&lt;BR /&gt;&lt;BR /&gt;Note that this is slower than say nfs or rcp, because the authentication and data transfer are both encrypted.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Sep 2006 05:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004987#M773687</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-25T05:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer with SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004988#M773688</link>
      <description>Thanks to everybody for your help.  I've got it set up and working on my end.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Wed, 04 Oct 2006 11:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer-with-ssh/m-p/5004988#M773688</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2006-10-04T11:54:07Z</dc:date>
    </item>
  </channel>
</rss>

