<?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 and password aging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720546#M570693</link>
    <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;When a password expires ..&lt;BR /&gt;&lt;BR /&gt;and the user connects via telnet, after giving the password to the system, it's showed the msg :&lt;BR /&gt;&lt;BR /&gt;Your password has expired. Choose a new one&lt;BR /&gt;Changing password for xxxxxx&lt;BR /&gt;&lt;BR /&gt;but if the user connects via ssh, it seems that password never expires ... (Is login running ??)&lt;BR /&gt;&lt;BR /&gt;Can ssh work as telnet, and cause password changing ?&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards.&lt;BR /&gt;</description>
    <pubDate>Thu, 09 May 2002 13:24:15 GMT</pubDate>
    <dc:creator>Lukas Grijander</dc:creator>
    <dc:date>2002-05-09T13:24:15Z</dc:date>
    <item>
      <title>ssh and password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720546#M570693</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;When a password expires ..&lt;BR /&gt;&lt;BR /&gt;and the user connects via telnet, after giving the password to the system, it's showed the msg :&lt;BR /&gt;&lt;BR /&gt;Your password has expired. Choose a new one&lt;BR /&gt;Changing password for xxxxxx&lt;BR /&gt;&lt;BR /&gt;but if the user connects via ssh, it seems that password never expires ... (Is login running ??)&lt;BR /&gt;&lt;BR /&gt;Can ssh work as telnet, and cause password changing ?&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2002 13:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720546#M570693</guid>
      <dc:creator>Lukas Grijander</dc:creator>
      <dc:date>2002-05-09T13:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh and password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720547#M570694</link>
      <description>Hi Rafael&lt;BR /&gt;&lt;BR /&gt;Yep. And I can say that ssh is broken. All you can do is to force ssh to exec /bin/passwd when password expires.&lt;BR /&gt;&lt;BR /&gt;Other solution is to apply these two patches to ssh 1.2.27, ssh-pam_env+expire.patch first &lt;BR /&gt;and then ssh-forced.patch. They add ability to understand PAM_NEW_AUTHTOK_REQD to ssh, and to  execute normal passwd by user.                                                                                    &lt;BR /&gt;If you prefer openssh then at &lt;A href="ftp://ftp.pld.org.pl/stable/SRPMS/" target="_blank"&gt;ftp://ftp.pld.org.pl/stable/SRPMS/&lt;/A&gt; you &lt;BR /&gt;can find working src rpm. &lt;BR /&gt;                                               Regds,&lt;BR /&gt;&lt;BR /&gt;Bassoi</description>
      <pubDate>Thu, 09 May 2002 14:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720547#M570694</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2002-05-09T14:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssh and password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720548#M570695</link>
      <description>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;&lt;BR /&gt;There are a lot of problems that need to be over come from the depot format..&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 09 May 2002 16:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720548#M570695</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-05-09T16:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: ssh and password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720549#M570696</link>
      <description>hey, you'd probibly fixed this by now.&lt;BR /&gt;&lt;BR /&gt;but whta they should have told you then was&lt;BR /&gt;&lt;BR /&gt;to enable login.&lt;BR /&gt;&lt;BR /&gt;UseLogin = yes&lt;BR /&gt;&lt;BR /&gt;in sshd_config&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny</description>
      <pubDate>Sun, 22 Feb 2004 10:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-password-aging/m-p/2720549#M570696</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2004-02-22T10:29:46Z</dc:date>
    </item>
  </channel>
</rss>

