<?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: cannot login as root in RedHat AS 3.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870321#M45065</link>
    <description>Make sure if you use ssh to check your /etc/ssh/sshd_config permitroot login is commented. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#PermitRootLogin yes&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Jan 2005 14:02:18 GMT</pubDate>
    <dc:creator>rmueller58</dc:creator>
    <dc:date>2005-01-27T14:02:18Z</dc:date>
    <item>
      <title>cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870310#M45054</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;In my Red Hat Enterprise Advanced Server 3.0 user&lt;BR /&gt;root can open FTP sessions but no telnet session.&lt;BR /&gt;'su -' works fine...&lt;BR /&gt;&lt;BR /&gt;I think login is the problem because after logging as an ordinary user I run "login" and type 'root' and its password.... 'login incorrect' is the error.&lt;BR /&gt;&lt;BR /&gt;'login' checks /etc/securetty. I renamed that file... no change.&lt;BR /&gt;&lt;BR /&gt;I commented the /etc/pam.d/login entry:&lt;BR /&gt;&lt;BR /&gt;# auth       required   pam_securetty.so&lt;BR /&gt;&lt;BR /&gt;but login still fails.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Nov 2004 07:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870310#M45054</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-11-12T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870311#M45055</link>
      <description>Simply edit the file /etc/securetty and add the following to the end of the file: &lt;BR /&gt;&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;pts/4&lt;BR /&gt;pts/5&lt;BR /&gt;pts/6&lt;BR /&gt;pts/7&lt;BR /&gt;pts/8&lt;BR /&gt;pts/9&lt;BR /&gt;This will allow up to 10 telnet sessions to the server as root. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Fri, 12 Nov 2004 08:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870311#M45055</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-11-12T08:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870312#M45056</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To enable root access you need to edit the&lt;BR /&gt;/etc/securetty and add the following lines&lt;BR /&gt;&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;pts/4&lt;BR /&gt;pts/5&lt;BR /&gt;&lt;BR /&gt;The more the number you enter it will allow more sessions.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Fri, 12 Nov 2004 08:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870312#M45056</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-12T08:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870313#M45057</link>
      <description>That was the first action I did... but it didn't solve my problem.</description>
      <pubDate>Sun, 14 Nov 2004 12:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870313#M45057</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-11-14T12:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870314#M45058</link>
      <description>Oscar,&lt;BR /&gt;&lt;BR /&gt;Make sure youre putting the correct pty in your /etc/securetty. Login as regular user and execute tty command. Then add this device in /etc/securetty without preceding /dev, logout and try to logon again.&lt;BR /&gt;&lt;BR /&gt;Other thing to check is the service cfg, in /etc/xinetd.d/telnet, to see if there is any constraint against root, and the tcp wrapper in /etc/hosts.allow and /etc/hosts.deny if i am not mistaken.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Celso</description>
      <pubDate>Sun, 14 Nov 2004 12:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870314#M45058</guid>
      <dc:creator>Celso Medina Kern</dc:creator>
      <dc:date>2004-11-14T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870315#M45059</link>
      <description>If you've commented out the 'auth required pam_securetty.so' in '/etc/pam.d/login', then that should be sufficient to bypass the security checks that restrict a root login.  I've double checked (on an ES3.0 system though), and it works here.&lt;BR /&gt;&lt;BR /&gt;What else is in '/etc/pam.d/login' then?&lt;BR /&gt;&lt;BR /&gt;Incidentally, you should put '/etc/securetty' back where it is, other things rely upon it.</description>
      <pubDate>Sun, 14 Nov 2004 17:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870315#M45059</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-11-14T17:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870316#M45060</link>
      <description>/&amp;gt; cat /etc/pam.d/login&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;#auth       required    pam_securetty.so&lt;BR /&gt;auth       required     pam_stack.so service=system-auth&lt;BR /&gt;auth       required     pam_nologin.so&lt;BR /&gt;account    required     pam_stack.so service=system-auth&lt;BR /&gt;password   required     pam_stack.so service=system-auth&lt;BR /&gt;session    required     pam_stack.so service=system-auth&lt;BR /&gt;session    optional     pam_console.so&lt;BR /&gt;&lt;BR /&gt;/&amp;gt; cat /etc/securetty&lt;BR /&gt;console&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;vc/3&lt;BR /&gt;vc/4&lt;BR /&gt;vc/5&lt;BR /&gt;vc/6&lt;BR /&gt;vc/7&lt;BR /&gt;vc/8&lt;BR /&gt;vc/9&lt;BR /&gt;vc/10&lt;BR /&gt;vc/11&lt;BR /&gt;tty1&lt;BR /&gt;tty2&lt;BR /&gt;tty3&lt;BR /&gt;tty4&lt;BR /&gt;tty5&lt;BR /&gt;tty6&lt;BR /&gt;tty7&lt;BR /&gt;tty8&lt;BR /&gt;tty9&lt;BR /&gt;tty10&lt;BR /&gt;tty11&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;pts/4&lt;BR /&gt;pts/5&lt;BR /&gt;pts/6&lt;BR /&gt;pts/7&lt;BR /&gt;pts/8&lt;BR /&gt;pts/9</description>
      <pubDate>Mon, 15 Nov 2004 02:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870316#M45060</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-11-15T02:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870317#M45061</link>
      <description>why do you need ftp as root? can't you use something like 'scp' instead?</description>
      <pubDate>Mon, 15 Nov 2004 03:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870317#M45061</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-11-15T03:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870318#M45062</link>
      <description>Remove the pts entries from securetty.&lt;BR /&gt;&lt;BR /&gt;Try to log in, then past us the log entries in /var/log/messages and /var/log/secure.</description>
      <pubDate>Mon, 15 Nov 2004 16:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870318#M45062</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-11-15T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870319#M45063</link>
      <description>root access to telnet and ftp are disabled as default to prevent clear password to navigate in a clear form through your network, and to prevent people to know at least one login and use some cracking software.&lt;BR /&gt;&lt;BR /&gt;Try to use ssh and sftp instead would be a better way than enabling root access to those protocols.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 17:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870319#M45063</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-15T17:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870320#M45064</link>
      <description>in /var/log/messages appears:&lt;BR /&gt;&lt;BR /&gt;Nov 18 07:51:52 ssoro363 login: ROOT LOGIN REFUSED ON pts/1 FROM localhost&lt;BR /&gt;&lt;BR /&gt;in /var/log/secure appears:&lt;BR /&gt;&lt;BR /&gt;Nov 18 07:51:47 ssoro363 xinetd[31752]: START: telnet pid=24153 from=127.0.0.1</description>
      <pubDate>Thu, 18 Nov 2004 01:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870320#M45064</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-11-18T01:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870321#M45065</link>
      <description>Make sure if you use ssh to check your /etc/ssh/sshd_config permitroot login is commented. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#PermitRootLogin yes&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870321#M45065</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-01-27T14:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870322#M45066</link>
      <description>Applicable for RHEL AS3 / AS4:&lt;BR /&gt;&lt;BR /&gt;First, edit /etc/securetty and add pts/0 to let say pts/8&lt;BR /&gt;&lt;BR /&gt;Second, you have to use telnet-server package, because krb5-telnet does not allow root login via telnet.&lt;BR /&gt;&lt;BR /&gt;Third, remember that in.telnetd is invoked through superdaemon xinetd, therefore you have to have it running.</description>
      <pubDate>Wed, 06 Dec 2006 18:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870322#M45066</guid>
      <dc:creator>Touker</dc:creator>
      <dc:date>2006-12-06T18:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870323#M45067</link>
      <description>I think that telnetd uses /etc/pam.d/remote file so you would need to remove securetty line from that file as well.</description>
      <pubDate>Fri, 08 Dec 2006 22:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870323#M45067</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2006-12-08T22:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot login as root in RedHat AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870324#M45068</link>
      <description>.</description>
      <pubDate>Tue, 14 Oct 2008 18:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-login-as-root-in-redhat-as-3-0/m-p/4870324#M45068</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2008-10-14T18:18:00Z</dc:date>
    </item>
  </channel>
</rss>

