<?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/5046712#M48526</link>
    <description>If you use X on that station, then you should add more lines with pts to /etc/securetty file. When a user opens a console - that uses pts/x, thus when you connect via telnet - that's another pts.&lt;BR /&gt;&lt;BR /&gt;you can use the following script to add 20 pts lines to /etc/securetty file:&lt;BR /&gt;for i in `seq 1 20`; do echo pts/$i &amp;gt;&amp;gt; /etc/securetty; done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I join Steven , by telling that using telnet is not secured. Hope security is not an issue, otherwise consider using ssh.&lt;BR /&gt;</description>
    <pubDate>Tue, 15 May 2007 01:11:14 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2007-05-15T01:11:14Z</dc:date>
    <item>
      <title>root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046710#M48524</link>
      <description>Hi friends&lt;BR /&gt;&lt;BR /&gt;I am trying to login to ma remote machine via telnet as root user. I have editted the /etc/securetty file and added pts/0. &lt;BR /&gt;&lt;BR /&gt;But still i was not able to login as root. &lt;BR /&gt;&lt;BR /&gt;Can somebody help me friends.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Jees Joy</description>
      <pubDate>Mon, 14 May 2007 19:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046710#M48524</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2007-05-14T19:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046711#M48525</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;telnet is disabled by default because authentication is in clear text. That means the root password goes across the network and anybody can see it. That can't be good.&lt;BR /&gt;&lt;BR /&gt;Try connecting with ssh.&lt;BR /&gt;&lt;BR /&gt;If you MUST enable telnet:&lt;BR /&gt;&lt;BR /&gt;cd /etc/xinetd.d&lt;BR /&gt;ll&lt;BR /&gt;You will see a file marked telnet&lt;BR /&gt;edit it.&lt;BR /&gt;change disable=yes to disable=no&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 May 2007 00:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046711#M48525</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-15T00:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046712#M48526</link>
      <description>If you use X on that station, then you should add more lines with pts to /etc/securetty file. When a user opens a console - that uses pts/x, thus when you connect via telnet - that's another pts.&lt;BR /&gt;&lt;BR /&gt;you can use the following script to add 20 pts lines to /etc/securetty file:&lt;BR /&gt;for i in `seq 1 20`; do echo pts/$i &amp;gt;&amp;gt; /etc/securetty; done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I join Steven , by telling that using telnet is not secured. Hope security is not an issue, otherwise consider using ssh.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 May 2007 01:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046712#M48526</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-05-15T01:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046713#M48527</link>
      <description>Hi Joy,&lt;BR /&gt;&lt;BR /&gt;Its better to use ssh for root login becasue its secure.Telnet is insecure protocol. It sends login and password in plain text format.Smart user can trap the packets and get the password,but in case you need to use telnet,then simply edit the file /etc/securetty and add the following to the end of the file:&lt;BR /&gt;&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;pts/4&lt;BR /&gt;pts/5&lt;BR /&gt;pts/6&lt;BR /&gt;pts/7&lt;BR /&gt;pts/8&lt;BR /&gt;pts/9&lt;BR /&gt;&lt;BR /&gt;This will allow up to 10 telnet sessions to the server as root.&lt;BR /&gt;&lt;BR /&gt;Before doing that check your telnet service is running.I tried it on my machine its working.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Tue, 15 May 2007 01:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046713#M48527</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-05-15T01:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046714#M48528</link>
      <description>Thank you friends&lt;BR /&gt;&lt;BR /&gt;actually when I increased the number of pts/x it started working. &lt;BR /&gt;&lt;BR /&gt;I wanted to use telnet for some service. &lt;BR /&gt;&lt;BR /&gt;Thanks and lot friends.</description>
      <pubDate>Tue, 15 May 2007 11:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046714#M48528</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2007-05-15T11:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046715#M48529</link>
      <description>Please refer the threads.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 15 May 2007 11:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046715#M48529</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2007-05-15T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: root login</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046716#M48530</link>
      <description>Dear Jees Joy&lt;BR /&gt;If You Want To Login As Root Via Telnet.&lt;BR /&gt;Rename The /etc/securetty to /etc/securetty.bak&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2007 00:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-login/m-p/5046716#M48530</guid>
      <dc:creator>Prasad Bandale</dc:creator>
      <dc:date>2007-05-18T00:20:36Z</dc:date>
    </item>
  </channel>
</rss>

