<?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: Telnet to Linux Box in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703503#M89382</link>
    <description>samuel, &lt;BR /&gt;&lt;BR /&gt;i have answered ur question in ur post.&lt;BR /&gt;&lt;BR /&gt;and to the OP, please use ssh instead of telnet if u are on a public lan or if ur data security is important.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
    <pubDate>Wed, 25 Jun 2003 04:29:20 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-06-25T04:29:20Z</dc:date>
    <item>
      <title>Telnet to Linux Box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703498#M89377</link>
      <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;     I first ask you all sorry for asking such a silly question, as u are an expert !!But I am new to Linux... Can any one tell me "How to enable telnet services to a  Linux Box so that i can control it from anywhere in my LAN.. Help me out..&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Apr 2002 11:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703498#M89377</guid>
      <dc:creator>Rajendran_1</dc:creator>
      <dc:date>2002-04-15T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to Linux Box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703499#M89378</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) xinetd is active:&lt;BR /&gt;&lt;BR /&gt;root@foo# ps -edf | grep xinetd&lt;BR /&gt;gives you a line like:&lt;BR /&gt;root 345 1 0 Mar 15 ? 00:00:00 xinetd -stayalive ... etc.&lt;BR /&gt;&lt;BR /&gt;2) check for a file named:&lt;BR /&gt;/etc/xinetd.d/telnet&lt;BR /&gt;&lt;BR /&gt;3) edit this file.&lt;BR /&gt;&lt;BR /&gt;4) The file look like:&lt;BR /&gt;&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt; type        = INTERNAL&lt;BR /&gt; id          =  echo-stream&lt;BR /&gt; socket_type = stream&lt;BR /&gt;...etc.&lt;BR /&gt; disable     = yes&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;5) change the disable = yes to a disable = no&lt;BR /&gt;&lt;BR /&gt;6) type :&lt;BR /&gt;&lt;BR /&gt;# /etc/init.d/xinetd restart&lt;BR /&gt;&lt;BR /&gt;and this should do.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thierry BAILLON</description>
      <pubDate>Mon, 15 Apr 2002 13:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703499#M89378</guid>
      <dc:creator>Thierry Baillon</dc:creator>
      <dc:date>2002-04-15T13:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to Linux Box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703500#M89379</link>
      <description>Thank you my dear friend,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It worked.... Here's your points..&lt;BR /&gt;&lt;BR /&gt;Raj</description>
      <pubDate>Thu, 18 Apr 2002 10:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703500#M89379</guid>
      <dc:creator>Rajendran_1</dc:creator>
      <dc:date>2002-04-18T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to Linux Box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703501#M89380</link>
      <description>I have a question to the experts. I have telnet enabled and the firewall opened up. Now I get the login screen when I try to telnet from my laptop to the Linux box. But if I enter root and its password, it is not accepted from the telnet screen. The same password is valid on the linux box itself.&lt;BR /&gt;What is the secret of this?&lt;BR /&gt;Can somebody help me with this? &lt;BR /&gt;Sam</description>
      <pubDate>Tue, 24 Jun 2003 16:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703501#M89380</guid>
      <dc:creator>Samuel Mathew</dc:creator>
      <dc:date>2003-06-24T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to Linux Box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703502#M89381</link>
      <description>Most modern Linux distributions deny the ability for the 'root' user to sign in over a network connection, requiring you to sign in as a non-priveledged user, then using 'su' to get priviledged access.&lt;BR /&gt;&lt;BR /&gt;If you really want to, you can change this behaviour (look at /etc/pam.d/telnet, and the 'securetty' line), but I'd highly suggest leaving it as it is.</description>
      <pubDate>Wed, 25 Jun 2003 00:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703502#M89381</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-06-25T00:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet to Linux Box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703503#M89382</link>
      <description>samuel, &lt;BR /&gt;&lt;BR /&gt;i have answered ur question in ur post.&lt;BR /&gt;&lt;BR /&gt;and to the OP, please use ssh instead of telnet if u are on a public lan or if ur data security is important.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 25 Jun 2003 04:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box/m-p/2703503#M89382</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-25T04:29:20Z</dc:date>
    </item>
  </channel>
</rss>

