<?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 blocked for network services in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765297#M90430</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;One small thing. Restarting 'xinetd' in this case is not necessary. If 'xinetd' has to be reconfigured, issuing the following command :&lt;BR /&gt;kill -SIGUSR1 `cat /var/run/xinetd.pid`&lt;BR /&gt;would reconfigure 'xinetd' service without stopping it.&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Soumen Ghosh</description>
    <pubDate>Mon, 29 Jul 2002 10:39:22 GMT</pubDate>
    <dc:creator>Soumen Ghosh_1</dc:creator>
    <dc:date>2002-07-29T10:39:22Z</dc:date>
    <item>
      <title>root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765290#M90423</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I'm tying to connect my Linux server by telnet, ftp, rlogin services, but, using the user root I can't get access, and using other users there is no problem. The message returned for the root when I try to use any network service is that the login is incorrect.&lt;BR /&gt;Do I need configure any access file to provide the access for the root user??&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 16 Jul 2002 18:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765290#M90423</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-07-16T18:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765291#M90424</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;I assume you use a redhat distro :&lt;BR /&gt;&lt;BR /&gt;for telnet add the following lines to&lt;BR /&gt;/etc/securetty &lt;BR /&gt;&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;for rlogin add the following line to&lt;BR /&gt;/etc/securetty&lt;BR /&gt;&lt;BR /&gt;rlogin &lt;BR /&gt;&lt;BR /&gt;for ftp (assume wu-ftp) add the following&lt;BR /&gt;to /etc/ftpaccess&lt;BR /&gt;&lt;BR /&gt;allow-uid root&lt;BR /&gt;allow-gid root&lt;BR /&gt;&lt;BR /&gt;Remember that it's not safe to use telnet&lt;BR /&gt;or rlogin , ssh is much better &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 19:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765291#M90424</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-16T19:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765292#M90425</link>
      <description>&lt;BR /&gt;... i forgot , i think its also nessasary&lt;BR /&gt;to restart xinetd before it will work&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; service xinetd restart&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 19:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765292#M90425</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-16T19:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765293#M90426</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Talking about telnet login by root, you need to change /etc/pam.d/login.&lt;BR /&gt;&lt;BR /&gt;Find following line, then make it "comment".&lt;BR /&gt;&lt;BR /&gt;auth required /lib/security/pam_securetty.so&lt;BR /&gt;&lt;BR /&gt;Without this line, telnet login never check /etc/securetty file.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jul 2002 00:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765293#M90426</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-07-17T00:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765294#M90427</link>
      <description>Hi Tiago,&lt;BR /&gt;&lt;BR /&gt;you can also mv the securetty file:&lt;BR /&gt;&lt;BR /&gt;mv /etc/securetty /etc/securetty.save&lt;BR /&gt;&lt;BR /&gt;this prevents all network services to look into this file. You will also have to change a parameter in the telnet- file :&lt;BR /&gt;&lt;BR /&gt;disable = yes --&amp;gt; change it to "no", otherwise root will never be able to telnet anything. &lt;BR /&gt;&lt;BR /&gt;And yes, you *have* to restart xinetd.&lt;BR /&gt;&lt;BR /&gt;This should do it for you, but as allready mentioned, never forget, telnet as root is a sucurity hole! Better telnet the remote host as a normal user and then do a su to root...&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 17 Jul 2002 11:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765294#M90427</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-17T11:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765295#M90428</link>
      <description>Why using Telnet with root it's so unsecure??</description>
      <pubDate>Wed, 17 Jul 2002 11:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765295#M90428</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-07-17T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765296#M90429</link>
      <description>Hi Tiago,&lt;BR /&gt;&lt;BR /&gt;when you are telnetting to a remote host, you are forced to give a root password..... and the telnet service is using *no* data encryption. So if anybody in your network has a sniffer software....(like nettl on HP-UX or snoop on Solaris) he simply gets your root password. And this *is* unsecure! Further on, telnet sessions are relatively easy to overtake when you finish them. &lt;BR /&gt;&lt;BR /&gt;So the better choice is *never* to telnet as root directly but do a switch user on the remote host to root. Or to use some terminal emulator software that use data encryption, like ReflectionX or Hummingbird Exeed.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 17 Jul 2002 13:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765296#M90429</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-17T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: root blocked for network services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765297#M90430</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;One small thing. Restarting 'xinetd' in this case is not necessary. If 'xinetd' has to be reconfigured, issuing the following command :&lt;BR /&gt;kill -SIGUSR1 `cat /var/run/xinetd.pid`&lt;BR /&gt;would reconfigure 'xinetd' service without stopping it.&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Soumen Ghosh</description>
      <pubDate>Mon, 29 Jul 2002 10:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-blocked-for-network-services/m-p/2765297#M90430</guid>
      <dc:creator>Soumen Ghosh_1</dc:creator>
      <dc:date>2002-07-29T10:39:22Z</dc:date>
    </item>
  </channel>
</rss>

