<?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 ssh experts only in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090648#M442298</link>
    <description>&lt;BR /&gt;Is it possible for any entry in the $HOME/.ssh/known_hosts file to expire?&lt;BR /&gt;&lt;BR /&gt;I have a cronjob that fails, and seems to indicate the imbedded "scp" in the script is failing because the "first time only" verification prompt (see below) keeps re-occuring.&lt;BR /&gt;&lt;BR /&gt;OS is HP-UX 11.11, and 11.23&lt;BR /&gt;&lt;BR /&gt;"The authenticity of host 'hpsystem (XXX.XX.31.101)' can't be established.&lt;BR /&gt;RSA key fingerprint is e3:5a:11:a4:60:a5:26:fb:11:41:e2:e0:93:15:25:c9.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;Warning: Permanently added 'hpsystem' (RSA) to the list of known hosts."&lt;BR /&gt;&lt;BR /&gt;OS is HP-UX 11.11 and 11.23.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mark</description>
    <pubDate>Fri, 01 Feb 2008 00:37:48 GMT</pubDate>
    <dc:creator>Mark Zurl</dc:creator>
    <dc:date>2008-02-01T00:37:48Z</dc:date>
    <item>
      <title>ssh experts only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090648#M442298</link>
      <description>&lt;BR /&gt;Is it possible for any entry in the $HOME/.ssh/known_hosts file to expire?&lt;BR /&gt;&lt;BR /&gt;I have a cronjob that fails, and seems to indicate the imbedded "scp" in the script is failing because the "first time only" verification prompt (see below) keeps re-occuring.&lt;BR /&gt;&lt;BR /&gt;OS is HP-UX 11.11, and 11.23&lt;BR /&gt;&lt;BR /&gt;"The authenticity of host 'hpsystem (XXX.XX.31.101)' can't be established.&lt;BR /&gt;RSA key fingerprint is e3:5a:11:a4:60:a5:26:fb:11:41:e2:e0:93:15:25:c9.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;Warning: Permanently added 'hpsystem' (RSA) to the list of known hosts."&lt;BR /&gt;&lt;BR /&gt;OS is HP-UX 11.11 and 11.23.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Feb 2008 00:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090648#M442298</guid>
      <dc:creator>Mark Zurl</dc:creator>
      <dc:date>2008-02-01T00:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ssh experts only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090649#M442299</link>
      <description>Is the system you're connecting to part of a cluster? If this is the case, if the host keys of the nodes are not the same, any automated ssh or scp will prompt this message.&lt;BR /&gt;&lt;BR /&gt;You can bypass it by using "-o StrictHostKeyChecking=no", but this might be against your security policy. If this is an issue, there are other solutions to this, such as using an ssh deamon listetning to a different port, but bound to the same host key on all your nodes.</description>
      <pubDate>Fri, 01 Feb 2008 00:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090649#M442299</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2008-02-01T00:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh experts only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090650#M442300</link>
      <description>Olivier, your awesome!&lt;BR /&gt;&lt;BR /&gt;Yes, the problem does appear in a SG environment.  Good call.  I'll assume you are right and proceed with your suggestions.&lt;BR /&gt;&lt;BR /&gt;If anyone else would like to comment, I'd like to hear your thoughts also.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Feb 2008 00:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090650#M442300</guid>
      <dc:creator>Mark Zurl</dc:creator>
      <dc:date>2008-02-01T00:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: ssh experts only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090651#M442301</link>
      <description>Set the cronjob to include debugging ' ssh -v -v -v ' and 'cksum' the key files on all nodes.  Regenerate new keys?</description>
      <pubDate>Fri, 01 Feb 2008 01:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090651#M442301</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-02-01T01:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: ssh experts only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090652#M442302</link>
      <description>Michael -&lt;BR /&gt;Thanks for your input.&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 01 Feb 2008 01:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090652#M442302</guid>
      <dc:creator>Mark Zurl</dc:creator>
      <dc:date>2008-02-01T01:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh experts only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090653#M442303</link>
      <description>I have modified the client configuration as suggested in the thread.</description>
      <pubDate>Mon, 04 Feb 2008 21:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-experts-only/m-p/5090653#M442303</guid>
      <dc:creator>Mark Zurl</dc:creator>
      <dc:date>2008-02-04T21:06:10Z</dc:date>
    </item>
  </channel>
</rss>

