<?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 root user can't login via telnet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771971#M2063</link>
    <description>Hi all !&lt;BR /&gt;&lt;BR /&gt;I'm using Red Hat Linux release 7.1 and I'd like to know what should I do to log in via telnet using the root user. Nowadays I have to log in using a normal user and I have to launch the "su" to become root. Sorry about the simple question.&lt;BR /&gt;&lt;BR /&gt;For hp-ux the /etc/securetty controls this kind of thing.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;    Augusto</description>
    <pubDate>Wed, 24 Jul 2002 18:25:47 GMT</pubDate>
    <dc:creator>Augusto Vinhaes</dc:creator>
    <dc:date>2002-07-24T18:25:47Z</dc:date>
    <item>
      <title>root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771971#M2063</link>
      <description>Hi all !&lt;BR /&gt;&lt;BR /&gt;I'm using Red Hat Linux release 7.1 and I'd like to know what should I do to log in via telnet using the root user. Nowadays I have to log in using a normal user and I have to launch the "su" to become root. Sorry about the simple question.&lt;BR /&gt;&lt;BR /&gt;For hp-ux the /etc/securetty controls this kind of thing.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;    Augusto</description>
      <pubDate>Wed, 24 Jul 2002 18:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771971#M2063</guid>
      <dc:creator>Augusto Vinhaes</dc:creator>
      <dc:date>2002-07-24T18:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771972#M2064</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;you can find the solution here  &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5849c4c76f92d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5849c4c76f92d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;change /etc/pam.d/login&lt;BR /&gt;&lt;BR /&gt;comment the following line &lt;BR /&gt;auth required /lib/security/pam_securetty.so&lt;BR /&gt;&lt;BR /&gt;regards, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jul 2002 18:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771972#M2064</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-24T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771973#M2065</link>
      <description>Is telnet necessary, or can you use ssh instead of telnet?</description>
      <pubDate>Wed, 24 Jul 2002 20:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771973#M2065</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-24T20:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771974#M2066</link>
      <description>Using telnet to log in and become root means you are sending your root password in the clear over the wire.  Consider using SSH instead.  There are lots of small free clients for Windows and the SSH server is already installed by default.</description>
      <pubDate>Wed, 24 Jul 2002 22:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771974#M2066</guid>
      <dc:creator>Trever Furnish</dc:creator>
      <dc:date>2002-07-24T22:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771975#M2067</link>
      <description>Hi Augusto,&lt;BR /&gt;&lt;BR /&gt;if you really want to enable root login on Redhat, do the following:&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; rename /etc/securetty to securetty.old&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; vi the following file:&lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d/telnet&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; change the entry: disable = yes to "no"&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; restart your xinetd&lt;BR /&gt;&lt;BR /&gt;This will do it for you!&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 25 Jul 2002 09:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771975#M2067</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-25T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771976#M2068</link>
      <description>Also note that by default RedHat versions over 7.0 configure to not allow telnet logins at all.  You have to make the decision to turn it on.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2002 17:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771976#M2068</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-08-20T17:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: root user can't login via telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771977#M2069</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;renaming securetty helps but results in error messages !&lt;BR /&gt;Put rlogin in /etc/securetty and a few Pseudo TTY's which should be allowed for root access.&lt;BR /&gt;&lt;BR /&gt;This is the only correct solution.&lt;BR /&gt;Erasing the pam rule helps but isn't nice.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2002 05:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-user-can-t-login-via-telnet/m-p/2771977#M2069</guid>
      <dc:creator>Stefan Marquardt_1</dc:creator>
      <dc:date>2002-08-21T05:07:58Z</dc:date>
    </item>
  </channel>
</rss>

