<?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 Password SSH in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645420#M20044</link>
    <description>I'm currently using "putty" connecting SSH w/ RedHat 3.0 Ent. When I expired the usrs password with the following command. &lt;BR /&gt;&lt;BR /&gt;chage -d 0 "username" &lt;BR /&gt;&lt;BR /&gt;When I connect with "putty" I get the login prompt when my temp password is entered it just closes my session. I have edited the sshd_config file &lt;BR /&gt;&lt;BR /&gt;#UsePrivilegeSeparation no&lt;BR /&gt;&lt;BR /&gt;HELP...&lt;BR /&gt;&lt;BR /&gt;Ralph.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Oct 2005 07:58:34 GMT</pubDate>
    <dc:creator>Rafael Casero</dc:creator>
    <dc:date>2005-10-10T07:58:34Z</dc:date>
    <item>
      <title>Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645420#M20044</link>
      <description>I'm currently using "putty" connecting SSH w/ RedHat 3.0 Ent. When I expired the usrs password with the following command. &lt;BR /&gt;&lt;BR /&gt;chage -d 0 "username" &lt;BR /&gt;&lt;BR /&gt;When I connect with "putty" I get the login prompt when my temp password is entered it just closes my session. I have edited the sshd_config file &lt;BR /&gt;&lt;BR /&gt;#UsePrivilegeSeparation no&lt;BR /&gt;&lt;BR /&gt;HELP...&lt;BR /&gt;&lt;BR /&gt;Ralph.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 07:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645420#M20044</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2005-10-10T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645421#M20045</link>
      <description>It seems that it's a bug, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124602" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124602&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rhn.redhat.com/errata/RHSA-2005-106.html" target="_blank"&gt;http://rhn.redhat.com/errata/RHSA-2005-106.html&lt;/A&gt;</description>
      <pubDate>Mon, 10 Oct 2005 08:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645421#M20045</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-10T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645422#M20046</link>
      <description>put up the rest of that config file.&lt;BR /&gt;&lt;BR /&gt;on the console&lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;try a log on.&lt;BR /&gt;&lt;BR /&gt;post the output that appends to the end of your log.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Oct 2005 08:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645422#M20046</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-10T08:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645423#M20047</link>
      <description>&lt;BR /&gt;[root@avm_gnvlx02 ssh]# tail -f /var/log/messages&lt;BR /&gt;Oct  9 04:02:25 avm_gnvlx02 syslogd 1.4.1: restart.&lt;BR /&gt;Oct 10 08:29:21 avm_gnvlx02 passwd(pam_unix)[14376]: password changed for ralph&lt;BR /&gt;Oct 10 08:31:23 avm_gnvlx02 sshd(pam_unix)[14399]: expired password for user ral                    ph (root enforced)&lt;BR /&gt;Oct 10 08:31:23 avm_gnvlx02 sshd(pam_unix)[14401]: session opened for user ralph                     by (uid=505)&lt;BR /&gt;Oct 10 08:31:24 avm_gnvlx02 sshd(pam_unix)[14401]: session closed for user ralph&lt;BR /&gt;Oct 10 08:32:38 avm_gnvlx02 sshd(pam_unix)[14403]: expired password for user ral                    ph (root enforced)&lt;BR /&gt;Oct 10 08:32:38 avm_gnvlx02 sshd(pam_unix)[14405]: session opened for user ralph                     by (uid=505)&lt;BR /&gt;Oct 10 08:32:38 avm_gnvlx02 sshd(pam_unix)[14405]: session closed for user ralph&lt;BR /&gt;Oct 10 08:34:17 avm_gnvlx02 sshd(pam_unix)[14407]: session opened for user root                     by (uid=0)&lt;BR /&gt;Oct 10 08:34:38 avm_gnvlx02 sshd(pam_unix)[14407]: session closed for user root&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 08:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645423#M20047</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2005-10-10T08:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645424#M20048</link>
      <description>One more thing, the "UsePrivilegeSeparation no" must be uncommented. If it's commented, it gets the default "yes" and won't work.</description>
      <pubDate>Mon, 10 Oct 2005 17:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645424#M20048</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-10T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645425#M20049</link>
      <description>&lt;BR /&gt;From the log messages it is clear that SSHD is deniying logon connections with expired passwords.&lt;BR /&gt;&lt;BR /&gt;Why do you want to achieve this? If you let us know the purpose then it may be possible to fine tune it or come up with a better suggestion.&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 11 Oct 2005 02:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645425#M20049</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-10-11T02:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645426#M20050</link>
      <description>Try chage -d -1 "username" to disable the password ageing on this account. I think that "-d 0" does not work as the RedHat documentation suggests.</description>
      <pubDate>Tue, 11 Oct 2005 02:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645426#M20050</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-10-11T02:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645427#M20051</link>
      <description>I have several users that need to get created, and I would need them to change the password upon logging in for the first time.</description>
      <pubDate>Tue, 11 Oct 2005 06:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645427#M20051</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2005-10-11T06:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Password SSH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645428#M20052</link>
      <description>Ivan, this did the trick I uncommented it and bingo it worked..&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for the support.&lt;BR /&gt;&lt;BR /&gt;Ralph.</description>
      <pubDate>Tue, 11 Oct 2005 07:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-ssh/m-p/3645428#M20052</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2005-10-11T07:23:43Z</dc:date>
    </item>
  </channel>
</rss>

