<?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: Copying files by using SCP in a Script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879556#M774015</link>
    <description>Virumdandi,&lt;BR /&gt;&lt;BR /&gt;You have to setup dsa id on that server by using sshkeygen command , and then it will not ask for password either for ssh or scp.&lt;BR /&gt;Once it has been done the task is easy , write a script to generate the source file and scp it over to your target server.&lt;BR /&gt;&lt;BR /&gt;let me know if you need more info,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Fri, 13 Oct 2006 03:22:08 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2006-10-13T03:22:08Z</dc:date>
    <item>
      <title>Copying files by using SCP in a Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879552#M774011</link>
      <description>HI ,&lt;BR /&gt;&lt;BR /&gt;I want to copy files from one of my server to other by using scp.&lt;BR /&gt;&lt;BR /&gt;I am using a script which will generate a tar file and I want it to paste it automatically to my  other server using SCP.&lt;BR /&gt;&lt;BR /&gt;But how can I can make this automation in a Script.&lt;BR /&gt;&lt;BR /&gt;I dont want it to ask for the password while copying to the server.&lt;BR /&gt;&lt;BR /&gt;Can anybody guide me...&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Suseendran. A</description>
      <pubDate>Fri, 13 Oct 2006 01:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879552#M774011</guid>
      <dc:creator>Virumandi</dc:creator>
      <dc:date>2006-10-13T01:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files by using SCP in a Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879553#M774012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this short tutorial gives some ideas. I adapt it for a sftp transfer between hpux sh Shell and linux and I come back for publish the result.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.translucentcode.org/mick/archives/000230.html" target="_blank"&gt;http://blogs.translucentcode.org/mick/archives/000230.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Joel</description>
      <pubDate>Fri, 13 Oct 2006 02:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879553#M774012</guid>
      <dc:creator>Joel Girot</dc:creator>
      <dc:date>2006-10-13T02:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files by using SCP in a Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879554#M774013</link>
      <description>hi Suseendran, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SCP uses ssh for data transfer, and uses the same authentication and provides the same security as ssh. Hence, you should configure ssh such that your remote connection are establish without it asking for "the password". if this works, the scp command in the script will work too!&lt;BR /&gt;&lt;BR /&gt;kind reagrds&lt;BR /&gt;yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2006 02:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879554#M774013</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-10-13T02:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files by using SCP in a Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879555#M774014</link>
      <description>I attach a document found on this forum which appears useful. (previously posted by Steven E Protter). &lt;BR /&gt;&lt;BR /&gt;Joel&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2006 02:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879555#M774014</guid>
      <dc:creator>Joel Girot</dc:creator>
      <dc:date>2006-10-13T02:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files by using SCP in a Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879556#M774015</link>
      <description>Virumdandi,&lt;BR /&gt;&lt;BR /&gt;You have to setup dsa id on that server by using sshkeygen command , and then it will not ask for password either for ssh or scp.&lt;BR /&gt;Once it has been done the task is easy , write a script to generate the source file and scp it over to your target server.&lt;BR /&gt;&lt;BR /&gt;let me know if you need more info,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 13 Oct 2006 03:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copying-files-by-using-scp-in-a-script/m-p/3879556#M774015</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-10-13T03:22:08Z</dc:date>
    </item>
  </channel>
</rss>

