<?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 SSH on 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736453#M753607</link>
    <description>We have installed secure shell (ssh) on a trusted 11i system.  However, the users are not required to change their password?. But, if they telnet into the system, the aging process works and request them to change they password. It seems as though ssh  works like a secure console.&lt;BR /&gt;&lt;BR /&gt;Does anyone have a solution for making the aging process work using ssh. The ssh version is 3.0.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Mon, 03 Jun 2002 15:34:41 GMT</pubDate>
    <dc:creator>Deborah Weatherspoon</dc:creator>
    <dc:date>2002-06-03T15:34:41Z</dc:date>
    <item>
      <title>SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736453#M753607</link>
      <description>We have installed secure shell (ssh) on a trusted 11i system.  However, the users are not required to change their password?. But, if they telnet into the system, the aging process works and request them to change they password. It seems as though ssh  works like a secure console.&lt;BR /&gt;&lt;BR /&gt;Does anyone have a solution for making the aging process work using ssh. The ssh version is 3.0.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 03 Jun 2002 15:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736453#M753607</guid>
      <dc:creator>Deborah Weatherspoon</dc:creator>
      <dc:date>2002-06-03T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736454#M753608</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think your answer lies here, courtesy of Craig Rants. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;ssh needs to be compiled with the pam option to work with password aging i.e... &lt;BR /&gt;&lt;BR /&gt;- Compile openssh &lt;BR /&gt;cd /tmp &lt;BR /&gt;gzip -d &amp;lt; openssh-3.1p1.tar.gz | tar xvf - &lt;BR /&gt;cd openssh-3.1p1 &lt;BR /&gt;(11 version) &lt;BR /&gt;./configure --prefix=/opt/openssh2 --sysconfdir=/opt/openssh2/etc --with-pam &lt;BR /&gt;--with-ssl-dir=/usr/local/openssl/lib --with-default-path=/bin:/usr/bin:/opt/openssh2/bin &lt;BR /&gt;(10 version) &lt;BR /&gt;./configure --prefix=/opt/openssh2 --sysconfdir=/opt/openssh2/etc &lt;BR /&gt;--with-ssl-dir=/usr/local/ssl/lib --with-default-path=/bin:/usr/bin:/opt/openssh2/bin &lt;BR /&gt;make &lt;BR /&gt;make install &lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 05:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736454#M753608</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-04T05:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736455#M753609</link>
      <description>&lt;P&gt;I've had the same trouble and I think I'll try Michael's solution ( Courtesy of Craig Rants of course ).&lt;BR /&gt;&lt;BR /&gt;To catch the expired passwords I wrote a script that at least notified me of the expired passwords, inactive accounts, etc...&lt;BR /&gt;&lt;BR /&gt;It's actually a pretty nice script to run even with this issue resolved by recompiling SSH.&lt;BR /&gt;&lt;BR /&gt;It will require minor modifications and please excuse the lack of finesse; I hadn't taken a scripting class yet.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 06:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736455#M753609</guid>
      <dc:creator>Thomas D. Harrison</dc:creator>
      <dc:date>2024-06-18T06:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736456#M753610</link>
      <description>Sorry, but I'm back.&lt;BR /&gt;&lt;BR /&gt;When I re-compiled ssh, I received the following error message. "configure: error: configuring with X but xauth not found - aborting.&lt;BR /&gt;&lt;BR /&gt;I was wondering if Thomas Harrison was able to get it working.&lt;BR /&gt;&lt;BR /&gt;I also see that HP has an CD that was dated June 6.</description>
      <pubDate>Thu, 13 Jun 2002 19:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736456#M753610</guid>
      <dc:creator>Deborah Weatherspoon</dc:creator>
      <dc:date>2002-06-13T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736457#M753611</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are running the same release of SSH I am thinking, you can run ./configure with the following option to disable X11 Forwarding/Tunnelling over SSH if you do not need it:&lt;BR /&gt;&lt;BR /&gt;# ./configure --without-x&lt;BR /&gt;&lt;BR /&gt;If you need X11 Forwarding, then you will need xauth binary to be present in your system, specify the correct full pathname to it or set the PATH correctly.&lt;BR /&gt;&lt;BR /&gt;A common xauth path:&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/X11/xauth          &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 13 Jun 2002 20:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736457#M753611</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-13T20:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736458#M753612</link>
      <description>HP has released a supported version of openssh that has been tested by HP and works correctly with a trusted environment (including asking the user to change their password). This is for HP-UX 11.0 and 11i. You can get it from software depot at: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;It's based off of openssh 3.1p1, and requires no compile flags, because HP packaged it for you :)&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 15:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736458#M753612</guid>
      <dc:creator>Keith Buck</dc:creator>
      <dc:date>2002-06-14T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736459#M753613</link>
      <description>&lt;P&gt;Has HP a supported openssh based on 3.4 version... since the current supported version has been deemed insecure? I am attempting to compile from source, but I keep getting the following:&lt;BR /&gt;configure:8221: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***&lt;BR /&gt;&lt;BR /&gt;The log file doesn't help me much as I'm not a programmer, or an old hand at compiling source.&lt;BR /&gt;&lt;BR /&gt;I do have current versions of openssl on the system and have provided the path in the compile options.&lt;BR /&gt;&lt;BR /&gt;I checked a few sites, and a few mentioned that openssl needed to be static, and not dymanically linked... another mentioned that it had to do with 32/64 bit.&lt;BR /&gt;&lt;BR /&gt;I checked the hpux archive at &lt;A href="http://hpux.cs.utah.edu" target="_blank" rel="noopener"&gt;http://hpux.cs.utah.edu&lt;/A&gt; , and no one has an sw package for a newer version either. Anyone having the same problem, or have any ideas?&lt;BR /&gt;&lt;BR /&gt;I've attached the log file if anyone can lead me in the right direction.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 06:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736459#M753613</guid>
      <dc:creator>Bryan Payne</dc:creator>
      <dc:date>2024-06-18T06:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSH on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736460#M753614</link>
      <description>See security bulletin 195.</description>
      <pubDate>Thu, 11 Jul 2002 16:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-on-11i/m-p/2736460#M753614</guid>
      <dc:creator>Keith Buck</dc:creator>
      <dc:date>2002-07-11T16:37:17Z</dc:date>
    </item>
  </channel>
</rss>

