<?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 to enable root loing in telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381882#M348786</link>
    <description>root user can login through telnet.&lt;BR /&gt;&lt;BR /&gt;did you get any error while connecting?&lt;BR /&gt;&lt;BR /&gt;check in /etc/inetd.conf file for telnet configuration line is uncommented or not.&lt;BR /&gt;&lt;BR /&gt;then run command&lt;BR /&gt;&lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;then try to login through telnet.</description>
    <pubDate>Wed, 18 Mar 2009 06:54:19 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2009-03-18T06:54:19Z</dc:date>
    <item>
      <title>how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381880#M348784</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;  I have configure telnet in one my HP-UX server. now I want to enable root user to login thru telnet. &lt;BR /&gt;&lt;BR /&gt;  pls help me.</description>
      <pubDate>Wed, 18 Mar 2009 06:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381880#M348784</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-18T06:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381881#M348785</link>
      <description>So your query is that "only" root user should be able telnet &lt;BR /&gt;&lt;BR /&gt;Is that your are looking for</description>
      <pubDate>Wed, 18 Mar 2009 06:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381881#M348785</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-18T06:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381882#M348786</link>
      <description>root user can login through telnet.&lt;BR /&gt;&lt;BR /&gt;did you get any error while connecting?&lt;BR /&gt;&lt;BR /&gt;check in /etc/inetd.conf file for telnet configuration line is uncommented or not.&lt;BR /&gt;&lt;BR /&gt;then run command&lt;BR /&gt;&lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;then try to login through telnet.</description>
      <pubDate>Wed, 18 Mar 2009 06:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381882#M348786</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-03-18T06:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381883#M348787</link>
      <description>what is the purpose of "#inetd -c" command.</description>
      <pubDate>Wed, 18 Mar 2009 06:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381883#M348787</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-18T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381884#M348788</link>
      <description>user root can login via telnet. check if telnet is enable in your system:&lt;BR /&gt;vi /etc/inetd.conf.</description>
      <pubDate>Wed, 18 Mar 2009 06:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381884#M348788</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2009-03-18T06:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381885#M348789</link>
      <description>If you unable to telnet to the server&lt;BR /&gt;&lt;BR /&gt;# cat /etc/inetd.conf | grep telnet&lt;BR /&gt;&lt;BR /&gt;Uncomment out the entry&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Then try to telnet&lt;BR /&gt;&lt;BR /&gt;Check for /etc/securetty file&lt;BR /&gt;If it contains root, you wont be able to telnet&lt;BR /&gt;Remove that entry&lt;BR /&gt;&lt;BR /&gt;Also check&lt;BR /&gt;See /etc/default/security - &lt;A href="http://docs.hp.com/en/B9106-90011/security.4.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90011/security.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NOLOGIN&lt;BR /&gt;This parameter controls whether non-root login can be disabled by the /etc/nologin file.</description>
      <pubDate>Wed, 18 Mar 2009 07:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381885#M348789</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-18T07:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381886#M348790</link>
      <description># inetd -c will reread the configruation file /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;So any changed in inetd.conf will come into effect if you run the above command&lt;BR /&gt;&lt;BR /&gt;It will not affect the server</description>
      <pubDate>Wed, 18 Mar 2009 07:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381886#M348790</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-18T07:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381887#M348791</link>
      <description>Hi,&lt;BR /&gt;use SAM to manage telnet users, there are even option that you can restrict with IP address and hostname.&lt;BR /&gt;You can manage as per your requirement.&lt;BR /&gt;If you want allow fews and Restrict to Others its easly manage throw SAM gui option.&lt;BR /&gt;&lt;BR /&gt;#SAM&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Wed, 18 Mar 2009 07:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381887#M348791</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2009-03-18T07:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381888#M348792</link>
      <description># cat /etc/inetd.conf |grep -i telnet&lt;BR /&gt;Uncomment the below line,&lt;BR /&gt;&lt;BR /&gt;# telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;Now run, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# inetd -c</description>
      <pubDate>Wed, 18 Mar 2009 07:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381888#M348792</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-18T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381889#M348793</link>
      <description>Thanks a lot.&lt;BR /&gt; &lt;BR /&gt;I have done.&lt;BR /&gt;&lt;BR /&gt;so "# inetd -c " is like restarting inetd serveice.&lt;BR /&gt;&lt;BR /&gt;To restart, can we use below command.&lt;BR /&gt;Ex: /sbin/init.d/inetd restart&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 07:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381889#M348793</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-18T07:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable root loing in telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381890#M348794</link>
      <description>inetd (1m)&lt;BR /&gt;     inetd recognizes the following options.  These options can be used only by a superuser.&lt;BR /&gt;&lt;BR /&gt; -c   Reconfigure the Internet daemon; in other words, force the current inetd to reread /etc/inetd.conf.  This option sends the signal SIGHUP to the Internet daemon that is currently running.  Any configuration errors that occur during the reconfiguration are logged to the syslogd daemon facility.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 07:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-root-loing-in-telnet/m-p/4381890#M348794</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-18T07:43:18Z</dc:date>
    </item>
  </channel>
</rss>

