<?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 not working in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672843#M20644</link>
    <description>You should not use telnet anymore. Use SSH instead. From linux use:&lt;BR /&gt;&lt;BR /&gt;ssh hostname&lt;BR /&gt;&lt;BR /&gt;ssh ip_of_host&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From windows, you can download putty.exe, it's a free ssh client.</description>
    <pubDate>Wed, 16 Nov 2005 12:19:03 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-11-16T12:19:03Z</dc:date>
    <item>
      <title>telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672839#M20640</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;I have newly installed  redhat linux enterprise verion newly but after intstation &lt;BR /&gt;telnet not working ...&lt;BR /&gt;&lt;BR /&gt;error message is connection refused&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Wed, 16 Nov 2005 10:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672839#M20640</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-11-16T10:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672840#M20641</link>
      <description>Hi Binu,&lt;BR /&gt;&lt;BR /&gt;disabled by default&lt;BR /&gt;&lt;BR /&gt;vi /etc/xinetd.d/telnet&lt;BR /&gt;&lt;BR /&gt;change disable=yes to disable=no&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;the name might not be telnet, but it will contain the string telnet.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Nov 2005 10:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672840#M20641</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-16T10:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672841#M20642</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Now the problem is when I  connect to the system ..Login prompt is appearing but &lt;BR /&gt;if I give the username ...It is giving incorrect login ...&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Wed, 16 Nov 2005 10:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672841#M20642</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-11-16T10:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672842#M20643</link>
      <description>If you are trying t login to root this&lt;BR /&gt;is normal behaviour.  Use ssh instead.&lt;BR /&gt;Preferred conection is ssh to non-root&lt;BR /&gt;account and then us su - or sudo su -&lt;BR /&gt;to switch to root.  (sudo uses the&lt;BR /&gt;passsword of the unprivielged account.&lt;BR /&gt;&lt;BR /&gt;If you are connecting from windows&lt;BR /&gt;download and install putty.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Nov 2005 11:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672842#M20643</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-11-16T11:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672843#M20644</link>
      <description>You should not use telnet anymore. Use SSH instead. From linux use:&lt;BR /&gt;&lt;BR /&gt;ssh hostname&lt;BR /&gt;&lt;BR /&gt;ssh ip_of_host&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From windows, you can download putty.exe, it's a free ssh client.</description>
      <pubDate>Wed, 16 Nov 2005 12:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672843#M20644</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-16T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672844#M20645</link>
      <description>root telnet is routinely blocked in Linux distrubutions, even if you turn on telnet.&lt;BR /&gt;&lt;BR /&gt;If you wish to have telnet style services, you should take the ssh recommendation.&lt;BR /&gt;&lt;BR /&gt;chkconfig sshd on&lt;BR /&gt;&lt;BR /&gt;service sshd start&lt;BR /&gt;&lt;BR /&gt;Then connect.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Nov 2005 12:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672844#M20645</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-16T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: telnet not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672845#M20646</link>
      <description>Root telnet have been blocked with redhat linux enterprise nowadays. So use ssh.&lt;BR /&gt;&lt;BR /&gt;Check whether ssh service is running through command service. If not, start it manually.</description>
      <pubDate>Wed, 16 Nov 2005 23:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-not-working/m-p/3672845#M20646</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2005-11-16T23:45:30Z</dc:date>
    </item>
  </channel>
</rss>

