<?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: RHEL4 - telnet as root denied in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806695#M23879</link>
    <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;This may help you,&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982531" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982531&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
    <pubDate>Thu, 15 Jun 2006 14:45:53 GMT</pubDate>
    <dc:creator>Sung Oh</dc:creator>
    <dc:date>2006-06-15T14:45:53Z</dc:date>
    <item>
      <title>RHEL4 - telnet as root denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806694#M23878</link>
      <description>When I run chkconfig --list, I see the xinetd service "krb5-telnet", not just "telnet".&lt;BR /&gt;&lt;BR /&gt;I turn on krb5-telnet, and non-root users can then telnet and login successfully.  Root, however cannot.  I have already added entries into /etc/securetty to allow pts/0 --&amp;gt; pts/4 access.  No luck.&lt;BR /&gt;&lt;BR /&gt;This is only a one-time thing - I plan to disable telnet once we load some software that requires telnet access to install...&lt;BR /&gt;&lt;BR /&gt;What am I missing?  &lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Thu, 15 Jun 2006 14:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806694#M23878</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-06-15T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - telnet as root denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806695#M23879</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;This may help you,&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982531" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982531&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
      <pubDate>Thu, 15 Jun 2006 14:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806695#M23879</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-06-15T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - telnet as root denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806696#M23880</link>
      <description>from RHN:&lt;BR /&gt;&lt;BR /&gt;This article assumes that you have the telnet-server package properly installed and listening on port 23.&lt;BR /&gt;&lt;BR /&gt;By default, for security purposes, the root user can not telnet to a Red Hat system. One way to change this it to modify your /etc/pam.d/login file. A default file looks similar to this:&lt;BR /&gt;&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;In this file, the first line:&lt;BR /&gt;&lt;BR /&gt;auth       required     pam_securetty.so&lt;BR /&gt;&lt;BR /&gt;is what controls the root login for telnet, as well as other services. Understand what you are doing before making this change. If you do not understand what this will do to your system, then do not proceed.&lt;BR /&gt;&lt;BR /&gt;In order to allow root login with telnet, comment out the first auth line so that your /etc/pam.d/login looks like this:&lt;BR /&gt;&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;#Commented out below line in order to allow root access for telnet&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;Once you save these changes, you should be able to telnet to your system as the root user:&lt;BR /&gt;&lt;BR /&gt;[root@jaws root]# telnet 10.0.0.15&lt;BR /&gt;Trying 10.0.0.15...&lt;BR /&gt;Connected to 10.0.0.15.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Red Hat Enterprise Linux AS release 3 (Taroon Update 5)&lt;BR /&gt;Kernel 2.4.21-32.0.1.ELsmp on an i686&lt;BR /&gt;login: root&lt;BR /&gt;Password:&lt;BR /&gt;Last login: Sat Oct 22 11:58:56 from 10.0.0.25&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2006 14:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806696#M23880</guid>
      <dc:creator>Matthew J Warrick</dc:creator>
      <dc:date>2006-06-15T14:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - telnet as root denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806697#M23881</link>
      <description>Turns out that telnet-server package is no longer installed by default.  I'll install, and this should solve my issue.  &lt;BR /&gt;&lt;BR /&gt;I'd be interested to know if the krb5-telnetd is able to allow root login at all.&lt;BR /&gt;&lt;BR /&gt;Argh.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Thu, 15 Jun 2006 14:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-telnet-as-root-denied/m-p/3806697#M23881</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-06-15T14:58:49Z</dc:date>
    </item>
  </channel>
</rss>

