<?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: scp without password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185935#M9682</link>
    <description>This doc will help.&lt;BR /&gt;&lt;BR /&gt;The X stuff can be replaced with the cat &amp;gt;&amp;gt; command&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 09 Feb 2004 10:13:22 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-02-09T10:13:22Z</dc:date>
    <item>
      <title>scp without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185930#M9677</link>
      <description>hello :&lt;BR /&gt;&lt;BR /&gt;  I am trying to scp from solaris 8 to redhat 8, and openssh version running on solaris 8 is &lt;BR /&gt;OpenSSH_3.6.1p1  redhat 8 is OpenSSH_3.4p1, &lt;BR /&gt;&lt;BR /&gt;I generate the public/private key for solaris and ftp the id_dsa to redhat and use the id_dsa.pub to generate authority_keys file to redhat 8 . I already put ssh-agent start script in the .profile on the solaris 8 and auto give the passphrase through ssh-add,&lt;BR /&gt;but I need update ssh-add pass phrase every time when I login the solaris. Now I want to write a script to scp a tar file from redhat 8.&lt;BR /&gt;&lt;BR /&gt;How can I auto give the passprase with interactive giving through the terminal input.That is how can writing a script to scp with giving any imformation and run this script in the crontab. Thank you very much&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;steven chang</description>
      <pubDate>Mon, 09 Feb 2004 03:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185930#M9677</guid>
      <dc:creator>steven chang_1</dc:creator>
      <dc:date>2004-02-09T03:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: scp without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185931#M9678</link>
      <description>Have  a look here, it might work for you.&lt;BR /&gt; &lt;A href="http://www.mail-archive.com/ssh%40clinet.fi/msg04511.html" target="_blank"&gt;http://www.mail-archive.com/ssh%40clinet.fi/msg04511.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 03:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185931#M9678</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-09T03:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: scp without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185932#M9679</link>
      <description>If I let the pass pharse empty when generating the public/private key , my goal would be achieved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;steven chang</description>
      <pubDate>Mon, 09 Feb 2004 03:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185932#M9679</guid>
      <dc:creator>steven chang_1</dc:creator>
      <dc:date>2004-02-09T03:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: scp without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185933#M9680</link>
      <description>run &lt;BR /&gt;ssh-keygen on Solaris. Then when prompted for password just press enter.By default the public key file is saved under ~/.ssh/id_rsa.pub &lt;BR /&gt;&lt;BR /&gt;copy that file to redhat and place it content&lt;BR /&gt;in /root/.ssh/authorized_keys (to be able to ssh/scp as root)&lt;BR /&gt;like for example&lt;BR /&gt;less id_rsa.pub &amp;gt;&amp;gt; /root/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards..</description>
      <pubDate>Mon, 09 Feb 2004 04:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185933#M9680</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-09T04:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: scp without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185934#M9681</link>
      <description>Alexander : it looks like he want to use the agent.</description>
      <pubDate>Mon, 09 Feb 2004 09:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185934#M9681</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-02-09T09:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: scp without password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185935#M9682</link>
      <description>This doc will help.&lt;BR /&gt;&lt;BR /&gt;The X stuff can be replaced with the cat &amp;gt;&amp;gt; command&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Feb 2004 10:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scp-without-password/m-p/3185935#M9682</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-09T10:13:22Z</dc:date>
    </item>
  </channel>
</rss>

