<?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: su: incorrect password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055957#M48792</link>
    <description>you are using pam_tally. look for a binary named pam_tally and run it. It should show a list of locked users. Then try this to reset the user:&lt;BR /&gt;&lt;BR /&gt;# pam_tally --user=&lt;USERNAME&gt; --reset&lt;BR /&gt;&lt;BR /&gt;pam_tally keeps track of failed logins and will not allow logon after so many unsuccessful attempts. Since telnet works you can probably see the pam module listed in /etc/pam.d/sshd.&lt;/USERNAME&gt;</description>
    <pubDate>Mon, 02 Jul 2007 12:19:39 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2007-07-02T12:19:39Z</dc:date>
    <item>
      <title>su: incorrect password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055954#M48789</link>
      <description>I am getting the following error when trying to su - userid from root.  I can telnet to the user but ssh also fails with a password error.  No changes (as far as I know, I'm not the only one with access) have been made to the system recently.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 02 Jul 2007 09:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055954#M48789</guid>
      <dc:creator>David Wall</dc:creator>
      <dc:date>2007-07-02T09:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: su: incorrect password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055955#M48790</link>
      <description>check /var/log/messages and /var/log/secure and see if you see any errors. My best guess would be that it is a pam issue.</description>
      <pubDate>Mon, 02 Jul 2007 09:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055955#M48790</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-07-02T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: su: incorrect password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055956#M48791</link>
      <description>Here is the output from first an su - ruser attempt as root and then a secure shell attempt.&lt;BR /&gt;&lt;BR /&gt;secure&lt;BR /&gt;Jul  2 12:23:11 localhost sshd[22732]: Failed password for root from ::ffff:10.101.241.55 port 3349 ssh2&lt;BR /&gt;Jul  2 12:23:23 localhost sshd[22732]: Accepted password for root from ::ffff:10.101.241.55 port 3349 ssh2&lt;BR /&gt;Jul  2 12:23:35 localhost sshd[22795]: Failed password for ruser from ::ffff:10.101.241.55 port 3351 ssh2&lt;BR /&gt;Jul  2 12:23:40 localhost sshd[22796]: Connection closed by ::ffff:10.101.241.55&lt;BR /&gt;&lt;BR /&gt;messages&lt;BR /&gt;Jul  2 12:22:42 localhost pam_tally[22717]: user ruser (500) tally 4, deny 2&lt;BR /&gt;Jul  2 12:23:09 localhost sshd(pam_unix)[22732]: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=p62534.company.org  user=root&lt;BR /&gt;Jul  2 12:23:23 localhost sshd(pam_unix)[22748]: session opened for user root by root(uid=0)&lt;BR /&gt;Jul  2 12:23:35 localhost pam_tally[22795]: user ruser (500) tally 5, deny 2&lt;BR /&gt;&lt;BR /&gt;A telnet produces the following in the secure file and works fine.&lt;BR /&gt;&lt;BR /&gt;Jul  2 12:30:49 localhost xinetd[2510]: START: telnet pid=23227 from=10.101.241.55</description>
      <pubDate>Mon, 02 Jul 2007 11:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055956#M48791</guid>
      <dc:creator>David Wall</dc:creator>
      <dc:date>2007-07-02T11:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: su: incorrect password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055957#M48792</link>
      <description>you are using pam_tally. look for a binary named pam_tally and run it. It should show a list of locked users. Then try this to reset the user:&lt;BR /&gt;&lt;BR /&gt;# pam_tally --user=&lt;USERNAME&gt; --reset&lt;BR /&gt;&lt;BR /&gt;pam_tally keeps track of failed logins and will not allow logon after so many unsuccessful attempts. Since telnet works you can probably see the pam module listed in /etc/pam.d/sshd.&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 02 Jul 2007 12:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055957#M48792</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-07-02T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: su: incorrect password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055958#M48793</link>
      <description>I guess I could have mentioned that you are set to deny access after to failed logon attempts.</description>
      <pubDate>Mon, 02 Jul 2007 12:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055958#M48793</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-07-02T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: su: incorrect password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055959#M48794</link>
      <description>That was it.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 02 Jul 2007 12:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-incorrect-password/m-p/5055959#M48794</guid>
      <dc:creator>David Wall</dc:creator>
      <dc:date>2007-07-02T12:27:02Z</dc:date>
    </item>
  </channel>
</rss>

