<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737658#M585282</link>
    <description>copied the sshd_config file from the other server and does not give me the error but still does not work..&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 05 Jun 2002 17:12:15 GMT</pubDate>
    <dc:creator>John McDen</dc:creator>
    <dc:date>2002-06-05T17:12:15Z</dc:date>
    <item>
      <title>ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737642#M585266</link>
      <description>When I try to uses ssh from server A to server A it prompts me to enter the password and when I enter my password it say connection closed.&lt;BR /&gt;&lt;BR /&gt;But if I do a ssh from Server A to Server B I am able to login to the Server B.&lt;BR /&gt;&lt;BR /&gt;ssh is running on both the servers. Can somebody tell me what is the problem??&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 18:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737642#M585266</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-04T18:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737643#M585267</link>
      <description>Do you mean server B to server A AND server A to server B?  I don't think you want to test by going server A to server A.&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Tue, 04 Jun 2002 19:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737643#M585267</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-04T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737644#M585268</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;let me put it this way..&lt;BR /&gt;&lt;BR /&gt;Server A and Server B&lt;BR /&gt;&lt;BR /&gt;Senarios:&lt;BR /&gt;1. From Server A to B (Successful)&lt;BR /&gt;&lt;BR /&gt;2. From Server B to A (connection Closed)&lt;BR /&gt;&lt;BR /&gt;3. From Server A to A (connection Closed) Can't do ssh to itself&lt;BR /&gt;&lt;BR /&gt;4. From Server B to B (Successful) Can do ssh to itself.&lt;BR /&gt;&lt;BR /&gt;Could be something to do with fire wall open only in one direction ??? (just poped up in my mind now)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 19:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737644#M585268</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-04T19:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737645#M585269</link>
      <description>Ok,&lt;BR /&gt;On box b do a ssh -v to box a and put the output in a post.&lt;BR /&gt;&lt;BR /&gt;Here is what I would check on box a&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 22 | grep LISTEN&lt;BR /&gt;make sure that it is listening on port 22&lt;BR /&gt;&lt;BR /&gt;cat sshd_config&lt;BR /&gt;look for AllowHosts and DenyHosts and make sure that there are not exclusions or errors in these entries that would prevent successful connections, maybe you could put the contents of that file in a post as well.&lt;BR /&gt;&lt;BR /&gt;Let us know,&lt;BR /&gt;C</description>
      <pubDate>Tue, 04 Jun 2002 19:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737645#M585269</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-04T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737646#M585270</link>
      <description />
      <pubDate>Tue, 04 Jun 2002 20:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737646#M585270</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-04T20:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737647#M585271</link>
      <description>Here is the sshd_config file&lt;BR /&gt;&lt;BR /&gt;$ vi sshd_config&lt;BR /&gt;"sshd_config" 92 lines, 2509 characters &lt;BR /&gt;#       $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $&lt;BR /&gt;&lt;BR /&gt;# This is the sshd server system-wide configuration file.  See sshd(8)&lt;BR /&gt;# for more information.&lt;BR /&gt;&lt;BR /&gt;# This sshd was compiled with PATH=/opt/openssh2/bin&lt;BR /&gt;&lt;BR /&gt;# The strategy used for options in the default sshd_config shipped with&lt;BR /&gt;# OpenSSH is to specify options with their default value where&lt;BR /&gt;# possible, but leave them commented.  Uncommented options change a&lt;BR /&gt;# default value.&lt;BR /&gt;&lt;BR /&gt;#Port 22&lt;BR /&gt;#Protocol 2,1&lt;BR /&gt;#ListenAddress 0.0.0.0&lt;BR /&gt;#ListenAddress ::&lt;BR /&gt;&lt;BR /&gt;# HostKey for protocol version 1&lt;BR /&gt;#HostKey /opt/openssh2/etc/ssh_host_key&lt;BR /&gt;# HostKeys for protocol version 2&lt;BR /&gt;#HostKey /opt/openssh2/etc/ssh_host_rsa_key&lt;BR /&gt;#HostKey /opt/openssh2/etc/ssh_host_dsa_key&lt;BR /&gt;&lt;BR /&gt;# Lifetime and size of ephemeral version 1 server key&lt;BR /&gt;#KeyRegenerationInterval 3600&lt;BR /&gt;ServerKeyBits 1024&lt;BR /&gt;&lt;BR /&gt;# Logging&lt;BR /&gt;#obsoletes QuietMode and FascistLogging&lt;BR /&gt;#SyslogFacility AUTH&lt;BR /&gt;#LogLevel INFO&lt;BR /&gt;&lt;BR /&gt;# Authentication:&lt;BR /&gt;&lt;BR /&gt;#LoginGraceTime 600&lt;BR /&gt;PermitRootLogin no&lt;BR /&gt;#StrictModes yes&lt;BR /&gt;&lt;BR /&gt;#RSAAuthentication yes&lt;BR /&gt;#PubkeyAuthentication yes&lt;BR /&gt;#AuthorizedKeysFile     .ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;# rhosts authentication should not be used&lt;BR /&gt;#RhostsAuthentication no&lt;BR /&gt;# Don't read the user's ~/.rhosts and ~/.shosts files&lt;BR /&gt;#IgnoreRhosts yes&lt;BR /&gt;# For this to work you will also need host keys in /opt/openssh2/etc/ssh_known_h&lt;BR /&gt;osts&lt;BR /&gt;#RhostsRSAAuthentication no&lt;BR /&gt;# similar for protocol version 2&lt;BR /&gt;#HostbasedAuthentication no&lt;BR /&gt;# Change to yes if you don't trust ~/.ssh/known_hosts for&lt;BR /&gt;# RhostsRSAAuthentication and HostbasedAuthentication&lt;BR /&gt;#IgnoreUserKnownHosts no&lt;BR /&gt;&lt;BR /&gt;# To disable tunneled clear text passwords, change to no here!&lt;BR /&gt;#PasswordAuthentication yes&lt;BR /&gt;#PermitEmptyPasswords no&lt;BR /&gt;&lt;BR /&gt;# Change to no to disable s/key passwords&lt;BR /&gt;#ChallengeResponseAuthentication yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos options&lt;BR /&gt;# KerberosAuthentication automatically enabled if keyfile exists&lt;BR /&gt;#KerberosAuthentication yes&lt;BR /&gt;#KerberosOrLocalPasswd yes&lt;BR /&gt;#KerberosTicketCleanup yes&lt;BR /&gt;&lt;BR /&gt;# AFSTokenPassing automatically enabled if k_hasafs() is true&lt;BR /&gt;#AFSTokenPassing yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos TGT Passing only works with the AFS kaserver&lt;BR /&gt;#KerberosTgtPassing no&lt;BR /&gt;&lt;BR /&gt;# Set this to 'yes' to enable PAM keyboard-interactive authentication&lt;BR /&gt;# Warning: enabling this may bypass the setting of 'PasswordAuthentication'&lt;BR /&gt;#PAMAuthenticationViaKbdInt yes&lt;BR /&gt;&lt;BR /&gt;#X11Forwarding no&lt;BR /&gt;#X11DisplayOffset 10&lt;BR /&gt;#X11UseLocalhost yes&lt;BR /&gt;#PrintMotd yes&lt;BR /&gt;#PrintLastLog yes&lt;BR /&gt;#KeepAlive yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;# no default banner path&lt;BR /&gt;#Banner /some/path&lt;BR /&gt;#VerifyReverseMapping no&lt;BR /&gt;&lt;BR /&gt;# override default of no subsystems&lt;BR /&gt;Subsystem       sftp    /opt/openssh2/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;Regard</description>
      <pubDate>Tue, 04 Jun 2002 20:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737647#M585271</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-04T20:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737648#M585272</link>
      <description>John,&lt;BR /&gt;I see some things in your sshd_config file you may want to uncomment.  Below is my notes for setting up a openssh box with trusts using public key encryption not .shosts and the items I change in sshd_config to work for our situation.&lt;BR /&gt;&lt;BR /&gt;Maybe this will peek your thoughts, also is there any difference in the sshd_conifg from box a to box b?&lt;BR /&gt;&lt;BR /&gt;#       $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $&lt;BR /&gt;&lt;BR /&gt;# This is the sshd server system-wide configuration file.  See sshd(8)&lt;BR /&gt;# for more information.&lt;BR /&gt;&lt;BR /&gt;# This sshd was compiled with PATH=/bin:/usr/bin:/opt/openssh2/bin&lt;BR /&gt;&lt;BR /&gt;# The strategy used for options in the default sshd_config shipped with&lt;BR /&gt;# OpenSSH is to specify options with their default value where&lt;BR /&gt;# possible, but leave them commented.  Uncommented options change a&lt;BR /&gt;# default value.&lt;BR /&gt;&lt;BR /&gt;Port 22&lt;BR /&gt;#Protocol 2,1&lt;BR /&gt;#ListenAddress 0.0.0.0&lt;BR /&gt;#ListenAddress ::&lt;BR /&gt;&lt;BR /&gt;# HostKey for protocol version 1&lt;BR /&gt;HostKey /opt/openssh2/etc/ssh_host_key&lt;BR /&gt;# HostKeys for protocol version 2&lt;BR /&gt;#HostKey /etc/openssh2/etc/ssh_host_rsa_key&lt;BR /&gt;#HostKey /etc/openssh2/etc/ssh_host_dsa_key&lt;BR /&gt;&lt;BR /&gt;# Lifetime and size of ephemeral version 1 server key&lt;BR /&gt;KeyRegenerationInterval 3600&lt;BR /&gt;#ServerKeyBits 768&lt;BR /&gt;&lt;BR /&gt;# Logging&lt;BR /&gt;#obsoletes QuietMode and FascistLogging&lt;BR /&gt;SyslogFacility AUTH&lt;BR /&gt;LogLevel INFO&lt;BR /&gt;&lt;BR /&gt;# Authentication:&lt;BR /&gt;&lt;BR /&gt;#LoginGraceTime 600&lt;BR /&gt;PermitRootLogin yes&lt;BR /&gt;#StrictModes yes&lt;BR /&gt;&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;# rhosts authentication should not be used&lt;BR /&gt;RhostsAuthentication no&lt;BR /&gt;# Don't read the user's ~/.rhosts and ~/.shosts files&lt;BR /&gt;IgnoreRhosts yes&lt;BR /&gt;# For this to work you will also need host keys in /etc/openssh2/etc/ssh_known_h&lt;BR /&gt;osts&lt;BR /&gt;#RhostsRSAAuthentication no&lt;BR /&gt;# similar for protocol version 2&lt;BR /&gt;#HostbasedAuthentication no&lt;BR /&gt;# Change to yes if you don't trust ~/.ssh/known_hosts for&lt;BR /&gt;# RhostsRSAAuthentication and HostbasedAuthentication&lt;BR /&gt;IgnoreUserKnownHosts no&lt;BR /&gt;&lt;BR /&gt;# To disable tunneled clear text passwords, change to no here!&lt;BR /&gt;PasswordAuthentication yes&lt;BR /&gt;PermitEmptyPasswords no&lt;BR /&gt;&lt;BR /&gt;# Change to no to disable s/key passwords&lt;BR /&gt;#ChallengeResponseAuthentication yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos options&lt;BR /&gt;# KerberosAuthentication automatically enabled if keyfile exists&lt;BR /&gt;#KerberosAuthentication yes&lt;BR /&gt;#KerberosOrLocalPasswd yes&lt;BR /&gt;#KerberosTicketCleanup yes&lt;BR /&gt;&lt;BR /&gt;# AFSTokenPassing automatically enabled if k_hasafs() is true&lt;BR /&gt;#AFSTokenPassing yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos TGT Passing only works with the AFS kaserver&lt;BR /&gt;#KerberosTgtPassing no&lt;BR /&gt;&lt;BR /&gt;# Set this to 'yes' to enable PAM keyboard-interactive authentication&lt;BR /&gt;# Warning: enabling this may bypass the setting of 'PasswordAuthentication'&lt;BR /&gt;#PAMAuthenticationViaKbdInt yes&lt;BR /&gt;&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;X11DisplayOffset 10&lt;BR /&gt;X11UseLocalhost yes&lt;BR /&gt;PrintMotd yes&lt;BR /&gt;PrintLastLog yes&lt;BR /&gt;#KeepAlive yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;# no default banner path&lt;BR /&gt;#Banner /some/path&lt;BR /&gt;#VerifyReverseMapping no&lt;BR /&gt;&lt;BR /&gt;# override default of no subsystems&lt;BR /&gt;Subsystem       sftp    /opt/openssh2/libexec/sftp-server</description>
      <pubDate>Tue, 04 Jun 2002 20:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737648#M585272</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-04T20:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737649#M585273</link>
      <description>oops, forgot the notes...&lt;BR /&gt;&lt;BR /&gt; Configure ssh and sshd (Already done in the tar, just for information )&lt;BR /&gt;    vi /etc/openssh2/etc/sshd_config (verify these settings)&lt;BR /&gt;    Port 22&lt;BR /&gt;    HostKey /opt/openssh2/etc/ssh_host_key /etc for 10.20&lt;BR /&gt;    KeyRegenerationInterval 3600&lt;BR /&gt;    SyslogFacility AUTH&lt;BR /&gt;    LogLevel INFO&lt;BR /&gt;    PermitRootLogin yes&lt;BR /&gt;    RSAAuthentication yes&lt;BR /&gt;    PubkeyAuthentication yes&lt;BR /&gt;    AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;    RhostsAuthentication no&lt;BR /&gt;    IgnoreRhosts yes&lt;BR /&gt;    IgnoreUserKnownHosts no&lt;BR /&gt;    PasswordAuthentication yes&lt;BR /&gt;    PermitEmptyPasswords no&lt;BR /&gt;    X11Forwarding yes&lt;BR /&gt;    X11DisplayOffset 10&lt;BR /&gt;    X11UseLocalhost yes&lt;BR /&gt;    PrintMotd yes&lt;BR /&gt;    PrintLastLog yes&lt;BR /&gt;    Subsystem      sftp    /opt/openssh2/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;    vi /etc/openssh2/etc/ssh_config (verify these settings)&lt;BR /&gt;    ForwardAgent yes&lt;BR /&gt;    ForwardX11 yes&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 20:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737649#M585273</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-04T20:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737650#M585274</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;It did not do any good but I really appreciate your help I need to talk to the security guys regarding the port 22. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2002 12:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737650#M585274</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-05T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737651#M585275</link>
      <description>John,&lt;BR /&gt;Sorry this didn't help, have your ever installed IPF/9000, it is packet filtering software, but I use if for troubleshootig just like this, it will tell you all the packets that touch your box if you want and you can see just exactly what is getting through your firewall before you talk to the firewall guys.&lt;BR /&gt;&lt;BR /&gt;Anyway, good luck.&lt;BR /&gt;&lt;BR /&gt;Craig</description>
      <pubDate>Wed, 05 Jun 2002 12:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737651#M585275</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-05T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737652#M585276</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;I just missed one part to let you know that I don't have a file /etc/openssh2/etc/ssh_config (non of the servers I installed ssh)&lt;BR /&gt;and is the IPF/9000 a free software and if yes from were can I download it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2002 13:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737652#M585276</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-05T13:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737653#M585277</link>
      <description>What does this error means when I start /opt/openssh2/sbin/sshd&amp;amp;&lt;BR /&gt;&lt;BR /&gt;Disabling protocol version 2. Could not load host key&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2002 13:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737653#M585277</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-05T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737654#M585278</link>
      <description>It means, that you hav not created a hostkey for ssh protokoll 2 or that the server can't find this file.&lt;BR /&gt;&lt;BR /&gt;So you say that you cant connect from A to A..&lt;BR /&gt;&lt;BR /&gt;you mean something like:&lt;BR /&gt;ssh localhost&lt;BR /&gt;&lt;BR /&gt;Or do you use a spcific user?&lt;BR /&gt;&lt;BR /&gt;First of all, you should disable the possibility to login by password. By this solution the password as well as all other things are going in cleartext through the tunnel. Better only to use passphrases.&lt;BR /&gt;&lt;BR /&gt;Next you also should allow root login. By that way you can make access to people for root on different machines without them letting now the root-password(s).&lt;BR /&gt;&lt;BR /&gt;Lets go on.&lt;BR /&gt;A to A should work, but whats the users you uses? Has this user his own configfile (should be found in ~/.ssh/ssh_config or something like that)&lt;BR /&gt;&lt;BR /&gt;Do the machines A and B have the same config?&lt;BR /&gt;&lt;BR /&gt;The Firewall should not have to do something with it, because A to A also is not working, and this should not go through a firewall (if A is not containing the firewall itself)&lt;BR /&gt;&lt;BR /&gt;pitu</description>
      <pubDate>Wed, 05 Jun 2002 14:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737654#M585278</guid>
      <dc:creator>Thorsten Wandersmann</dc:creator>
      <dc:date>2002-06-05T14:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737655#M585279</link>
      <description>Disabling protocol version 2. Could not load host key &lt;BR /&gt;&lt;BR /&gt;It means you don't have a host or that the host key is commented out of the sshd_config file which is what has happened in your case. I get that as well because I only have support for protocol 1 because we do not have rsa or dsa keys.&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Wed, 05 Jun 2002 14:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737655#M585279</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-05T14:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737656#M585280</link>
      <description>IPF is actually on the application CD 1, it is product number B9901AA.&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Wed, 05 Jun 2002 16:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737656#M585280</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-05T16:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737657#M585281</link>
      <description>Thanks for your help.. I appreciate it... can't get it set up..</description>
      <pubDate>Wed, 05 Jun 2002 17:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737657#M585281</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-05T17:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737658#M585282</link>
      <description>copied the sshd_config file from the other server and does not give me the error but still does not work..&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 05 Jun 2002 17:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737658#M585282</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-05T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737659#M585283</link>
      <description>How do you start the server?&lt;BR /&gt;please send also the output from "ps -ef | grep ssh"&lt;BR /&gt;&lt;BR /&gt;As well again, which user, is this a problem of all users?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;pitu</description>
      <pubDate>Thu, 06 Jun 2002 08:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/2737659#M585283</guid>
      <dc:creator>Thorsten Wandersmann</dc:creator>
      <dc:date>2002-06-06T08:30:04Z</dc:date>
    </item>
  </channel>
</rss>

