<?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: How come I cannot telnet to LINUX using root user id? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535726#M80349</link>
    <description>It is better to follow the default setting for this and to log in as another user. You can then use the su or su - command to become root once you are logged in. This has been set up like this as a security measure to provide some protection for your system.</description>
    <pubDate>Wed, 06 Jun 2001 18:17:17 GMT</pubDate>
    <dc:creator>Nick Snellock</dc:creator>
    <dc:date>2001-06-06T18:17:17Z</dc:date>
    <item>
      <title>How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535722#M80345</link>
      <description>I was wondering how come I cannot telnet to LINUX from Win98/NT using root user id,   because I can login as normal user and then run su to become root user.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Jun 2001 00:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535722#M80345</guid>
      <dc:creator>Rashid Ali</dc:creator>
      <dc:date>2001-06-02T00:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535723#M80346</link>
      <description>Does the /etc/securetty file exist? If it does and there isn't an entry for the port you're coming from then you won't be able to login as root. Either move the /etc/securetty file aside or add an entry for where you want root to be allowed access from. Keep in mind that by moving the file aside, root will be allowed login from anywhere.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;-denver</description>
      <pubDate>Sat, 02 Jun 2001 01:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535723#M80346</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2001-06-02T01:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535724#M80347</link>
      <description>#mv /etc/securetty /tmp</description>
      <pubDate>Tue, 05 Jun 2001 08:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535724#M80347</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-05T08:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535725#M80348</link>
      <description>Yes, there is such a file.  But there are tty device names already defined there, tty1,tty2,tty3,etc. One device one line. After I add in an entry "128.188.3.92",  I still cannot telnet in as root until I move it to /tmp.   Is there any way to add in such an entry so that only certain(defined) PC hosts are allowed to telnet as root?&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 01:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535725#M80348</guid>
      <dc:creator>Rashid Ali</dc:creator>
      <dc:date>2001-06-06T01:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535726#M80349</link>
      <description>It is better to follow the default setting for this and to log in as another user. You can then use the su or su - command to become root once you are logged in. This has been set up like this as a security measure to provide some protection for your system.</description>
      <pubDate>Wed, 06 Jun 2001 18:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535726#M80349</guid>
      <dc:creator>Nick Snellock</dc:creator>
      <dc:date>2001-06-06T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535727#M80350</link>
      <description>Zhang, that is precisely how to set it up.&lt;BR /&gt;&lt;BR /&gt;Puzzling that you can telnet in as regular user but not as root when your ip is in the securetty file.  I'm assuming that this is true from the same machine. (eg. from machine A:  telnet linux.box -l joeuser --&amp;gt;success&lt;BR /&gt;A:  telnet linux.box -l root --&amp;gt; failure )&lt;BR /&gt;&lt;BR /&gt;If this is not the case, but rather you cannot telnet in at all, check the (RH 7.0 +&amp;gt;)&lt;BR /&gt;/etc/xinetd.d/telnet file for disable = no, and set that to yes instead. (or /etc/inetd.conf for &amp;lt;=RH 6.2)</description>
      <pubDate>Wed, 06 Jun 2001 23:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535727#M80350</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-06-06T23:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535728#M80351</link>
      <description>I was also wondering whether in Linux there is such a file similar to /var/adm/inetd.sec in HP-UX whereby you can define which host has what kind of access to the server such as telnet,ftp,etc.(deny--yes/no). &lt;BR /&gt;&lt;BR /&gt;It seems your solution or Linux's solution is not so flexible. What's the syntax of /etc/securetty?  It seems I cannot just add in some hosts' IP address to allow them login as root.  Linux either don't allow any remote login as root or allow login as root from any remote host. Am I right?&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 23:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535728#M80351</guid>
      <dc:creator>Rashid Ali</dc:creator>
      <dc:date>2001-06-06T23:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535729#M80352</link>
      <description>/etc/securetty only defines terminals (device files) on which you are able to logon as root.  It has nothing to do with network security such as "from which host do we accept telnet connections".  For that, you can configure service/hosts you accept/reject in the files /etc/hosts.allow and /etc/hosts.deny.  Do a "man hosts_access" for more information.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 11:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535729#M80352</guid>
      <dc:creator>Laurent Paumier</dc:creator>
      <dc:date>2001-06-07T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How come I cannot telnet to LINUX using root user id?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535730#M80353</link>
      <description>If you make a syntax error in /etc/securetty then that entry is ignored.&lt;BR /&gt;&lt;BR /&gt;BTW Zhang, you need to assign points to these responses, otherwise soem of the regulars will stop replying to you.</description>
      <pubDate>Tue, 12 Jun 2001 15:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-come-i-cannot-telnet-to-linux-using-root-user-id/m-p/2535730#M80353</guid>
      <dc:creator>Sorrel G. Jakins</dc:creator>
      <dc:date>2001-06-12T15:49:55Z</dc:date>
    </item>
  </channel>
</rss>

