<?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: ssh problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589905#M374839</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4672/ch05s03.html" target="_blank"&gt;http://docs.hp.com/en/5992-4672/ch05s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Taifur</description>
    <pubDate>Wed, 24 Feb 2010 09:45:24 GMT</pubDate>
    <dc:creator>Taifur</dc:creator>
    <dc:date>2010-02-24T09:45:24Z</dc:date>
    <item>
      <title>ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589903#M374837</link>
      <description>HI Team&lt;BR /&gt;&lt;BR /&gt;I am not able to use ssh on 11.31 server and i am get the error(connect to host 0 port 22: Connection refused)&lt;BR /&gt;&lt;BR /&gt;rx6660-1# ps -ef | grep -i ssh*&lt;BR /&gt;    root    71     0  0 14:05:10 ?         0:00 progressdaemon&lt;BR /&gt;   sfmdb  1457  1454  0 14:07:03 ?         0:00 postgres: stats buffer process&lt;BR /&gt;   sfmdb  1458  1457  0 14:07:03 ?         0:00 postgres: stats collector process&lt;BR /&gt;    root  2725  1653  1 14:26:14 pts/ta    0:00 grep -i ssh*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rx6660-1# ./secsh start&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;Permissions 0777 for '/opt/ssh/etc/ssh_host_key' are too open.&lt;BR /&gt;It is recommended that your private key files are NOT accessible by others.&lt;BR /&gt;This private key will be ignored.&lt;BR /&gt;bad permissions: ignore key: /opt/ssh/etc/ssh_host_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_key&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;Permissions 0777 for '/opt/ssh/etc/ssh_host_rsa_key' are too open.&lt;BR /&gt;It is recommended that your private key files are NOT accessible by others.&lt;BR /&gt;This private key will be ignored.&lt;BR /&gt;bad permissions: ignore key: /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;Permissions 0777 for '/opt/ssh/etc/ssh_host_dsa_key' are too open.&lt;BR /&gt;It is recommended that your private key files are NOT accessible by others.&lt;BR /&gt;This private key will be ignored.&lt;BR /&gt;bad permissions: ignore key: /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;Could not load host key: /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;Disabling protocol version 1. Could not load host key&lt;BR /&gt;Disabling protocol version 2. Could not load host key&lt;BR /&gt;sshd: no hostkeys available -- exiting.&lt;BR /&gt;EXIT CODE: 1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2010 08:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589903#M374837</guid>
      <dc:creator>Ravi kumar raju</dc:creator>
      <dc:date>2010-02-24T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589904#M374838</link>
      <description>the error is very clear . you need to change the permission of all the files mentioned above&lt;BR /&gt;&lt;BR /&gt;make it as 600 for all the files mentioned above&lt;BR /&gt;&lt;BR /&gt;chmod 600 filename &lt;BR /&gt;&lt;BR /&gt;and than try&lt;BR /&gt;&lt;BR /&gt;Good Luck</description>
      <pubDate>Wed, 24 Feb 2010 09:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589904#M374838</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-24T09:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589905#M374839</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4672/ch05s03.html" target="_blank"&gt;http://docs.hp.com/en/5992-4672/ch05s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Taifur</description>
      <pubDate>Wed, 24 Feb 2010 09:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589905#M374839</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2010-02-24T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589906#M374840</link>
      <description>SSH is working after the permission change.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ravi kumar.R&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2010 09:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589906#M374840</guid>
      <dc:creator>Ravi kumar raju</dc:creator>
      <dc:date>2010-02-24T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589907#M374841</link>
      <description>please assign the points to thost to helped you .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2010 10:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589907#M374841</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-24T10:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: ssh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589908#M374842</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Connection refused)&lt;BR /&gt;&lt;BR /&gt;I see no "Connection refused" complaint&lt;BR /&gt;anywhere in your transcript.  Problem reports&lt;BR /&gt;often work better if you do more reporting&lt;BR /&gt;and less creative interpretation.</description>
      <pubDate>Wed, 24 Feb 2010 12:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-problem/m-p/4589908#M374842</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-24T12:59:06Z</dc:date>
    </item>
  </channel>
</rss>

