<?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 not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013778#M129145</link>
    <description>Hi, friend!&lt;BR /&gt;&lt;BR /&gt;I got the same message.&lt;BR /&gt;You have to regenerate your keys:&lt;BR /&gt;ssh-keygen -t rsa -f /usr/local/etc/openssh/ssh_host_rsa_key &lt;BR /&gt;ssh-keygen -t dsa -f /usr/local/etc/openssh/ssh_host_dsa_key &lt;BR /&gt;&lt;BR /&gt;But do NOT enter a passfrase, only press enter.&lt;BR /&gt;&lt;BR /&gt;After that, if you want to run sshd with user root, you have to modify the configuration file(sshd_config):&lt;BR /&gt;uncomment this line and change to "no".&lt;BR /&gt;UsePrivilegeSeparation no&lt;BR /&gt;&lt;BR /&gt;Good Luck!!</description>
    <pubDate>Sat, 23 Aug 2003 02:52:46 GMT</pubDate>
    <dc:creator>Ricardo Piantola</dc:creator>
    <dc:date>2003-08-23T02:52:46Z</dc:date>
    <item>
      <title>ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013772#M129139</link>
      <description>I loaded openssh correctly but when I execute /usr/local/sbin/sshd as root I get the following error.&lt;BR /&gt;Could not load host key: /usr/local/etc/openssh/ssh_host_key&lt;BR /&gt;Could not load host key: /usr/local/etc/openssh/ssh_host_rsa_key&lt;BR /&gt;Could not load host key: /usr/local/etc/openssh/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;&lt;BR /&gt;so I tryed to create the rsa and dsa by using:&lt;BR /&gt;ssh-keygen -t rsa -f /usr/local/etc/openssh/ssh_host_rsa_key&lt;BR /&gt;ssh-keygen -t dsa -f /usr/local/etc/openssh/ssh_host_dsa_key&lt;BR /&gt;&lt;BR /&gt;no luck!  same error when I run sshd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for the help!&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 15:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013772#M129139</guid>
      <dc:creator>matthew mills</dc:creator>
      <dc:date>2003-07-02T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013773#M129140</link>
      <description>Check here:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/T1471-90006/00/00/12-con.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/T1471-90006/00/00/12-con.html&lt;/A&gt;&lt;BR /&gt;Looks strange that ssh can't load these keys,they are created upon install time.Probably not so good install?&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
      <pubDate>Wed, 02 Jul 2003 16:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013773#M129140</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-07-02T16:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013774#M129141</link>
      <description>You need to uncomment the type of key that you are using in your sshd_config file, if it doesn't know where to find the key, it can't load them</description>
      <pubDate>Wed, 02 Jul 2003 16:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013774#M129141</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-07-02T16:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013775#M129142</link>
      <description>I'm attaching a word document that should help you.&lt;BR /&gt;&lt;BR /&gt;This is probably a permissions issue. Pay close attention to what Chris says about permissions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Jul 2003 16:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013775#M129142</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-02T16:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013776#M129143</link>
      <description>Ok,I guess that public keys are not created.&lt;BR /&gt;ssh use 2 keys - private and public.Go to&lt;BR /&gt;/usr/local/etc/openssh (or where keys are stored) and check for *.pub files.If they aren't sshd wouldn't boot.I guess they should&lt;BR /&gt;be created with ssh-keygen.By the way - does&lt;BR /&gt;ssh-keygen say something after you run it?Probably need more options (like -N "" ) or else?</description>
      <pubDate>Wed, 02 Jul 2003 16:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013776#M129143</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-07-02T16:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013777#M129144</link>
      <description>You need to create the ssh_host_key as well.</description>
      <pubDate>Wed, 02 Jul 2003 16:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013777#M129144</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-07-02T16:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013778#M129145</link>
      <description>Hi, friend!&lt;BR /&gt;&lt;BR /&gt;I got the same message.&lt;BR /&gt;You have to regenerate your keys:&lt;BR /&gt;ssh-keygen -t rsa -f /usr/local/etc/openssh/ssh_host_rsa_key &lt;BR /&gt;ssh-keygen -t dsa -f /usr/local/etc/openssh/ssh_host_dsa_key &lt;BR /&gt;&lt;BR /&gt;But do NOT enter a passfrase, only press enter.&lt;BR /&gt;&lt;BR /&gt;After that, if you want to run sshd with user root, you have to modify the configuration file(sshd_config):&lt;BR /&gt;uncomment this line and change to "no".&lt;BR /&gt;UsePrivilegeSeparation no&lt;BR /&gt;&lt;BR /&gt;Good Luck!!</description>
      <pubDate>Sat, 23 Aug 2003 02:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-working/m-p/3013778#M129145</guid>
      <dc:creator>Ricardo Piantola</dc:creator>
      <dc:date>2003-08-23T02:52:46Z</dc:date>
    </item>
  </channel>
</rss>

