<?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: Issue with logging in after installing T1471AA Secure Shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285360#M335959</link>
    <description>&amp;gt;Is there a way to make sshd run in 32 bit mode.&lt;BR /&gt;&lt;BR /&gt;Only by recompiling the application or using the older version.  But as  Steven said, your 64 bit version should produce the same results as the 32 bit version.&lt;BR /&gt;&lt;BR /&gt;But all said, I have no idea why there is a 64 bit version of sshd, other than it is there or any shlibs it uses are 64 bit.</description>
    <pubDate>Tue, 14 Oct 2008 00:51:13 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-10-14T00:51:13Z</dc:date>
    <item>
      <title>Issue with logging in after installing T1471AA Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285355#M335954</link>
      <description>Systme is HP-UX11.23 (Itanium). After installing A.05.10.007 users were unable to login via ssh (access denied). Install instructions say no patches needed for HPUX 11.23.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Sun, 12 Oct 2008 22:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285355#M335954</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2008-10-12T22:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with logging in after installing T1471AA Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285356#M335955</link>
      <description>&amp;gt; Any ideas?&lt;BR /&gt;&lt;BR /&gt;Show actual commands with actual output?&lt;BR /&gt;&lt;BR /&gt;Add "-v" to an "ssh" command?</description>
      <pubDate>Mon, 13 Oct 2008 02:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285356#M335955</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-13T02:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with logging in after installing T1471AA Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285357#M335956</link>
      <description>The issue:  Secure Shell upgrade is now running in 64 bit and previously it was running in 32 bit mode. &lt;BR /&gt;Before:&lt;BR /&gt;# file /usr/sbin/sshd&lt;BR /&gt;/usr/sbin/sshd: ELF-32 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;After:&lt;BR /&gt;# file /usr/sbin/sshd&lt;BR /&gt;/usr/sbin/sshd: ELF-64 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;Is there a way to make sshd run in 32 bit mode.</description>
      <pubDate>Mon, 13 Oct 2008 13:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285357#M335956</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2008-10-13T13:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with logging in after installing T1471AA Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285358#M335957</link>
      <description>&amp;gt; The issue: [...]&lt;BR /&gt;&lt;BR /&gt;Why do you believe that that's a problem?&lt;BR /&gt;&lt;BR /&gt;Don't 64-bit programs run correctly on your&lt;BR /&gt;system?</description>
      <pubDate>Mon, 13 Oct 2008 14:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285358#M335957</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-13T14:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with logging in after installing T1471AA Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285359#M335958</link>
      <description>on the server, login in (telnet, console or whatever) and start the sshd daemon at the command line with the debug option, i.e.&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/sshd -D&lt;BR /&gt;&lt;BR /&gt;then try and connect from a client with&lt;BR /&gt;&lt;BR /&gt;sshd -vvv&lt;BR /&gt;&lt;BR /&gt;and see what goes on.&lt;BR /&gt;&lt;BR /&gt;did the config files change locations between versions?  if so, you might have port issues if you don't use the standard location.  If they didn't move, are they still present?&lt;BR /&gt;&lt;BR /&gt;I don't believe this is an issue with "bitness", but with the configuration(s).</description>
      <pubDate>Mon, 13 Oct 2008 14:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285359#M335958</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-13T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with logging in after installing T1471AA Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285360#M335959</link>
      <description>&amp;gt;Is there a way to make sshd run in 32 bit mode.&lt;BR /&gt;&lt;BR /&gt;Only by recompiling the application or using the older version.  But as  Steven said, your 64 bit version should produce the same results as the 32 bit version.&lt;BR /&gt;&lt;BR /&gt;But all said, I have no idea why there is a 64 bit version of sshd, other than it is there or any shlibs it uses are 64 bit.</description>
      <pubDate>Tue, 14 Oct 2008 00:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-with-logging-in-after-installing-t1471aa-secure-shell/m-p/4285360#M335959</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-14T00:51:13Z</dc:date>
    </item>
  </channel>
</rss>

