<?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: root login in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119426#M74900</link>
    <description>We are using the telnet as the login tools in the system , could suggest what can i do to disable this function ? thx.</description>
    <pubDate>Fri, 14 Nov 2003 22:01:16 GMT</pubDate>
    <dc:creator>eric_204</dc:creator>
    <dc:date>2003-11-14T22:01:16Z</dc:date>
    <item>
      <title>root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119419#M74893</link>
      <description>My RH 7 system don't access user to directly login as root on the remote desktop - root user need to login as general user and then su as root , could suggest how to disable this function so that root user can login as root in any desktop ? thx</description>
      <pubDate>Fri, 14 Nov 2003 08:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119419#M74893</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-11-14T08:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119420#M74894</link>
      <description>Add pts/1 ....pts/10 and so in /etc/securetty for the root use to be able to login remotely or use ssh with PermitRootLogin yes set in sshd_config. This requires you to bounce sshd. &lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;-Madhu&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 08:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119420#M74894</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2003-11-14T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119421#M74895</link>
      <description>That's part of a normal security process. You should always log in as user, su - root, and then perform admin actions, such as login to remote desktops.&lt;BR /&gt;Two solutions :&lt;BR /&gt;- upgrade (kidding :]] )&lt;BR /&gt;- Add these lines to /etc/securetty:&lt;BR /&gt;0&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;It should work. If not, post the exact error message...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 14 Nov 2003 08:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119421#M74895</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-14T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119422#M74896</link>
      <description>thx reply, but i can't find the pts in  /etc/securetty , can suggest other solution ? thx.</description>
      <pubDate>Fri, 14 Nov 2003 08:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119422#M74896</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-11-14T08:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119423#M74897</link>
      <description>Just remove /etc/securetty if you are not too worried about the issues.</description>
      <pubDate>Fri, 14 Nov 2003 08:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119423#M74897</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-14T08:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119424#M74898</link>
      <description>You could maintain the security, issue the user a normal user id.&lt;BR /&gt;&lt;BR /&gt;After login, su - root&lt;BR /&gt;give the root password.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 14 Nov 2003 09:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119424#M74898</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-14T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119425#M74899</link>
      <description>my /etc/securetty like the below , just remove the file or just remove one of entry ? thx&lt;BR /&gt;&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;vc/3&lt;BR /&gt;vc/4&lt;BR /&gt;vc/5&lt;BR /&gt;vc/6&lt;BR /&gt;vc/7&lt;BR /&gt;vc/8&lt;BR /&gt;vc/9&lt;BR /&gt;vc/10&lt;BR /&gt;vc/11&lt;BR /&gt;tty1&lt;BR /&gt;tty2&lt;BR /&gt;tty3&lt;BR /&gt;tty4&lt;BR /&gt;tty5&lt;BR /&gt;tty6&lt;BR /&gt;tty7&lt;BR /&gt;tty8&lt;BR /&gt;tty9&lt;BR /&gt;tty10&lt;BR /&gt;tty11&lt;BR /&gt;rsh&lt;BR /&gt;rlogin</description>
      <pubDate>Fri, 14 Nov 2003 20:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119425#M74899</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-11-14T20:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119426#M74900</link>
      <description>We are using the telnet as the login tools in the system , could suggest what can i do to disable this function ? thx.</description>
      <pubDate>Fri, 14 Nov 2003 22:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119426#M74900</guid>
      <dc:creator>eric_204</dc:creator>
      <dc:date>2003-11-14T22:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119427#M74901</link>
      <description>eric, just mv the file to a different name (so that you can move it back if you want).</description>
      <pubDate>Sat, 15 Nov 2003 07:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119427#M74901</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-15T07:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119428#M74902</link>
      <description>Better use ssh.&lt;BR /&gt;To disable telnet, go to /etc/xinetd.d/, edit telnet, and set disable to yes.&lt;BR /&gt;Better do the same for rlogin too.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sat, 15 Nov 2003 08:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/3119428#M74902</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-15T08:21:05Z</dc:date>
    </item>
  </channel>
</rss>

