<?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 login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979400#M543576</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SSH is sensitive to file permissions. Please make sure your permissions on file/dirs are correct.&lt;BR /&gt;&lt;BR /&gt;chmod 700 $HOME/.ssh&lt;BR /&gt;chmod 600 $HOME/.ssh/*&lt;BR /&gt;&lt;BR /&gt;Also, check whether the publickey authentication is enabled in /opt/ssh/etc/sshd_config file or not.&lt;BR /&gt;&lt;BR /&gt;ssh -vvv -l username hostname&lt;BR /&gt;&lt;BR /&gt;and see the output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Sat, 21 Apr 2007 07:12:36 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2007-04-21T07:12:36Z</dc:date>
    <item>
      <title>SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979396#M543572</link>
      <description>&lt;BR /&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;We recently upgraded SSH to 4.40 version.&lt;BR /&gt;&lt;BR /&gt;when user login using SSH they receive a message about “keyboard interactive” and are prompted for a password (even when all the public keys have been installed), they hit enter and can get in&lt;BR /&gt;&lt;BR /&gt;Does anyone out there know how to fix this?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 11 Apr 2007 10:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979396#M543572</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2007-04-11T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979397#M543573</link>
      <description>You might be amazed by how much more useful&lt;BR /&gt;actual commands with their actual output can&lt;BR /&gt;be in diagnosing problems like this, when&lt;BR /&gt;compared with an incomplete, vague&lt;BR /&gt;description of what happened.&lt;BR /&gt;&lt;BR /&gt;Log in from where/what?  Log into what?&lt;BR /&gt;&lt;BR /&gt;Adding "-v" to the "ssh" command might also&lt;BR /&gt;be useful, while you're at it.  And even&lt;BR /&gt;"ssh -V".</description>
      <pubDate>Wed, 11 Apr 2007 10:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979397#M543573</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-04-11T10:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979398#M543574</link>
      <description>Read more about it at .:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90015/ch01s16.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90015/ch01s16.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90015/T1471-90015.pdf" target="_blank"&gt;http://docs.hp.com/en/T1471-90015/T1471-90015.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Actually you can select what you want to use, PAM, or the Keyboard-Interactive.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 20 Apr 2007 13:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979398#M543574</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-04-20T13:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979399#M543575</link>
      <description>If you have access, you might also try running sshd in the foreground on the server with 'sshd -D -d -p &lt;UNUSED_PORT&gt;' and then connecting from one of the problem clients specifying the same port. You should get an the order and success/failure of the various authentication methods you have enabled.&lt;/UNUSED_PORT&gt;</description>
      <pubDate>Fri, 20 Apr 2007 17:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979399#M543575</guid>
      <dc:creator>Clay Jordan</dc:creator>
      <dc:date>2007-04-20T17:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979400#M543576</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SSH is sensitive to file permissions. Please make sure your permissions on file/dirs are correct.&lt;BR /&gt;&lt;BR /&gt;chmod 700 $HOME/.ssh&lt;BR /&gt;chmod 600 $HOME/.ssh/*&lt;BR /&gt;&lt;BR /&gt;Also, check whether the publickey authentication is enabled in /opt/ssh/etc/sshd_config file or not.&lt;BR /&gt;&lt;BR /&gt;ssh -vvv -l username hostname&lt;BR /&gt;&lt;BR /&gt;and see the output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Sat, 21 Apr 2007 07:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979400#M543576</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-21T07:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979401#M543577</link>
      <description>This sounds strange,&lt;BR /&gt;because an upgrade of SSH should by most generate new host keys during some post-install routine.&lt;BR /&gt;If that happened, and you forgot to recover the old host keys then your users would likely see a screen like this (apart from the deviating fingerprint) when they try to login:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!&lt;BR /&gt;Someone could be eavesdropping on you right now (man-in-the-middle attack)!&lt;BR /&gt;It is also possible that the RSA host key has just been changed.&lt;BR /&gt;The fingerprint for the RSA key sent by the remote host is&lt;BR /&gt;85:44:38:4e:74:99:e4:77:d1:2e:01:46:4f:ea:e7:15.&lt;BR /&gt;Please contact your system administrator.&lt;BR /&gt;Add correct host key in /home/grothe/.ssh/known_hosts to get rid of this message&lt;BR /&gt;.&lt;BR /&gt;Offending key in /home/grothe/.ssh/known_hosts:943&lt;BR /&gt;RSA host key for tiber has changed and you have requested strict checking.&lt;BR /&gt;Host key verification failed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As said, before annoying your users and requiring them to edit their $HOME/.ssh/known_hosts file to replace the offending key (if at all they know how to do this),&lt;BR /&gt;you should move the old host keys from before the update in place (e.g. /opt/ssh/etc/ssh_host_{rsa,dsa}_key*)&lt;BR /&gt;&lt;BR /&gt;Whereas, your users' public keys should not have been affected by the upgrade.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2007 08:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979401#M543577</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-23T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSH login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979402#M543578</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Check permission and ownership on keys and .ssh and home directory.&lt;BR /&gt;&lt;BR /&gt;Consider clearing out the known_hosts file.&lt;BR /&gt;&lt;BR /&gt;Consider not using .zero releases they are often buggy.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Apr 2007 09:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-login/m-p/3979402#M543578</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-23T09:06:47Z</dc:date>
    </item>
  </channel>
</rss>

