<?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: telnet/root in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034352#M5881</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;If the security doesn't metter to you&lt;BR /&gt;you can remove the /etc/securetty&lt;BR /&gt;then all would allowed.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
    <pubDate>Mon, 28 Jul 2003 19:26:29 GMT</pubDate>
    <dc:creator>Caesar_3</dc:creator>
    <dc:date>2003-07-28T19:26:29Z</dc:date>
    <item>
      <title>telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034345#M5874</link>
      <description>When I login directly into my RH8 system from the console, as root, I have no problem. When I telnet to this system and login as root, it denies me. How can I change this so I can login as root from a telnet session even though I know you should always su to root.&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Sat, 26 Jul 2003 22:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034345#M5874</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-26T22:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034346#M5875</link>
      <description>This is an installation default of Red Hat 8.&lt;BR /&gt;&lt;BR /&gt;Console root login is permitted, telnet root login is not.&lt;BR /&gt;&lt;BR /&gt;The reason for this is because telnet transmits passwords back and forth to the terminal in clear text, even if that person is on the other end of the public internet.&lt;BR /&gt;&lt;BR /&gt;This makes your root password vulnerable.&lt;BR /&gt;&lt;BR /&gt;You really should not change this default. You can use secure shell, PuTTY windows client and do direct login as root.&lt;BR /&gt;&lt;BR /&gt;Now that I've lectured you, here is how to change it, should you wish to compromise security.&lt;BR /&gt;&lt;BR /&gt;There is a file called /etc/securetty&lt;BR /&gt;&lt;BR /&gt;In it is a list of the terminals root is allowed to login on.  Add the terminals or psuedo terminals that telnet uses to this file.&lt;BR /&gt;&lt;BR /&gt;Please don't do this.&lt;BR /&gt;&lt;BR /&gt;I will be happy to provide you information on how to do what you wish securely.&lt;BR /&gt;&lt;BR /&gt;Steve "I work for points" Protter&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 27 Jul 2003 01:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034346#M5875</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-27T01:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034347#M5876</link>
      <description>sorry to jump in. Nice response "I want points" SEP.&lt;BR /&gt;&lt;BR /&gt;But the reason why direct root login is disabled is not because of passwords being transferred over plain text.&lt;BR /&gt;&lt;BR /&gt;Even if he logins in as a normal user and then does a su, the password can be trapped.&lt;BR /&gt;&lt;BR /&gt;the whole idea is that a hacker needs to break in two passwords to get root access on a box. it kind of increases the security, which anyhow was not there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and ssh is the way to go.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;-balaji</description>
      <pubDate>Sun, 27 Jul 2003 02:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034347#M5876</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-27T02:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034348#M5877</link>
      <description>there are 2 ways : &lt;BR /&gt;&lt;BR /&gt;1.&lt;BR /&gt;you can edit the /etc/pam.d/rlogin file and comment out the line:&lt;BR /&gt;&lt;BR /&gt;auth    required     /lib/security/pam_securetty.so&lt;BR /&gt;&lt;BR /&gt;which will disable the use of the securetty file altogether.&lt;BR /&gt;( Very much _not_ recommended, but I thought I should mention it )&lt;BR /&gt;&lt;BR /&gt;2.&lt;BR /&gt; if you edit /etc/securetty &lt;BR /&gt;and add pts[0-f] ( formerly ttyp[0-f] ) you should be able to login as &lt;BR /&gt;root via telnet.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Jul 2003 04:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034348#M5877</guid>
      <dc:creator>Avinoam</dc:creator>
      <dc:date>2003-07-27T04:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034349#M5878</link>
      <description>I agree with SEP, using ssh is a good idea. Another useful thing of ssh (at least for me) is that it lets you to remote login without typing password; It does this in a secure way generating a RSA public key stored in the remote machine. I do this in my private (thrusted) network, but not for the root user! Typing root password remebers me one more time that I'm becoming sysadmin.&lt;BR /&gt;&lt;BR /&gt;'man ssh' explains everything.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Sun, 27 Jul 2003 11:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034349#M5878</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-27T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034350#M5879</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am also facing same problem and after taking mantion steps also i am not able to login through telnet.&lt;BR /&gt;&lt;BR /&gt;/etc/pam.d/rloging and /etc/secutty file is attached.&lt;BR /&gt;Please look into these files and tell me where i am wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thansk in advance&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 28 Jul 2003 04:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034350#M5879</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-07-28T04:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034351#M5880</link>
      <description>dont touch ur pam files until u really know what u are doing, else ur probably going to land with a system which doesnt allow u to login.&lt;BR /&gt;&lt;BR /&gt;my bit of caution.&lt;BR /&gt;-b-</description>
      <pubDate>Mon, 28 Jul 2003 09:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034351#M5880</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-28T09:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: telnet/root</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034352#M5881</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;If the security doesn't metter to you&lt;BR /&gt;you can remove the /etc/securetty&lt;BR /&gt;then all would allowed.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 28 Jul 2003 19:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-root/m-p/3034352#M5881</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-28T19:26:29Z</dc:date>
    </item>
  </channel>
</rss>

