<?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: problem with RH ES 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577769#M84934</link>
    <description>&lt;BR /&gt;alright your problem is simple. you have to add the tty entry (most likely it is /dev/pts/1, /dev/pts/2 etc...) in /etc/securetty file which controls what are the tty sessions where root is allowed to login.&lt;BR /&gt;&lt;BR /&gt;by default root is allowed only in consoles (/dev/tty1 to 12). so better add pts entries and you should be fine.&lt;BR /&gt;&lt;BR /&gt;but as suggested, avoid telnet and use ssh &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
    <pubDate>Thu, 07 Jul 2005 10:00:28 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-07-07T10:00:28Z</dc:date>
    <item>
      <title>problem with RH ES 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577765#M84930</link>
      <description>Hi people,&lt;BR /&gt;I have installed a brand new linux machine, that runs Red Hat Enteprise Server 4, with kernel version of 2.6.9-5.ELsmp.&lt;BR /&gt;i have the following problems: I can't login with telnet with user root.&lt;BR /&gt;commenting the first line in /etc/pam.d/login does not work, the way it used to work on RH 3 machines.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 05:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577765#M84930</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-07-07T05:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with RH ES 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577766#M84931</link>
      <description>I do'nt have a RH4 system here, so can you paste the content of '/etc/pam.d/login' into a post for us please?</description>
      <pubDate>Thu, 07 Jul 2005 08:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577766#M84931</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-07T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with RH ES 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577767#M84932</link>
      <description>[root@dns2 pam.d]# cat 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; pam_selinux.so close should be the first session rule&lt;BR /&gt;session    required     pam_selinux.so close&lt;BR /&gt;session    required     pam_stack.so service=system-auth&lt;BR /&gt;session    optional     pam_console.so&lt;BR /&gt; pam_selinux.so open should be the last session rule&lt;BR /&gt;session    required     pam_selinux.so multiple open</description>
      <pubDate>Thu, 07 Jul 2005 08:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577767#M84932</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-07-07T08:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem with RH ES 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577768#M84933</link>
      <description>You sould not use telnet and worst with root.&lt;BR /&gt;&lt;BR /&gt;I think the telnet is built/hardcoded to verify the securettys file on this version, or to not allow root logins at all. If you have the telnet-server source, check the spec file.&lt;BR /&gt;&lt;BR /&gt;You can try configuring the /etc/securettys file just in case.&lt;BR /&gt;&lt;BR /&gt;Is better if you use secure shell instead telnet.</description>
      <pubDate>Thu, 07 Jul 2005 09:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577768#M84933</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-07T09:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with RH ES 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577769#M84934</link>
      <description>&lt;BR /&gt;alright your problem is simple. you have to add the tty entry (most likely it is /dev/pts/1, /dev/pts/2 etc...) in /etc/securetty file which controls what are the tty sessions where root is allowed to login.&lt;BR /&gt;&lt;BR /&gt;by default root is allowed only in consoles (/dev/tty1 to 12). so better add pts entries and you should be fine.&lt;BR /&gt;&lt;BR /&gt;but as suggested, avoid telnet and use ssh &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 07 Jul 2005 10:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-rh-es-4/m-p/3577769#M84934</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-07T10:00:28Z</dc:date>
    </item>
  </channel>
</rss>

