<?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: unable to telnet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919772#M46005</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you facing telnet problem for any particular user or root. If only for root user, then under /etc move the file securetty to securetty.&lt;XXX&gt; and try.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh&lt;/XXX&gt;</description>
    <pubDate>Mon, 22 Aug 2005 06:42:32 GMT</pubDate>
    <dc:creator>Rajesh SB</dc:creator>
    <dc:date>2005-08-22T06:42:32Z</dc:date>
    <item>
      <title>unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919766#M45999</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I  have recently installed Ted hat linux in one of the system  ..But the problem is &lt;BR /&gt;Iam not able to telnet to the new server from another system..The login screen comes but it is showing wrong passwd once I  give the user name and password &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 21 Aug 2005 22:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919766#M45999</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-21T22:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919767#M46000</link>
      <description>Hi, I think you mean Red Hat Linux. Any, FYI telnet is turn off by default. If you want to login into the box,use ssh.</description>
      <pubDate>Sun, 21 Aug 2005 23:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919767#M46000</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-08-21T23:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919768#M46001</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;How to enable telnet service ....Iam  able to get the telnet login screen but the problem is  when I give the password &lt;BR /&gt;It  shows incorrect passowrd but the same password works fine in the console &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Sun, 21 Aug 2005 23:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919768#M46001</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-21T23:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919769#M46002</link>
      <description>I think u r loging in as root , which is by default blocked except from console . to enable login as root from ur telnet client u have to rename the /etc/securetty file as something like /etc/securetty.old or u need to login as a normal user and su to root from the telnet client.</description>
      <pubDate>Sun, 21 Aug 2005 23:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919769#M46002</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-21T23:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919770#M46003</link>
      <description>Hi Binu ,&lt;BR /&gt;&lt;BR /&gt;If you are getting the logon screen , that means , telnet service is enabled and running on the server.  &lt;BR /&gt;&lt;BR /&gt;The password is not accepting means , some problem. Well, If you are trying to logon as root , it will not allow you as only allow on console. &lt;BR /&gt;&lt;BR /&gt;So you need to edit the file to put  entry ..&lt;BR /&gt;&lt;BR /&gt;1.# vi /etc/securetty and add pts/0 pts/1 (these are tty name from which u will be loggin in).&lt;BR /&gt;2.# vi /etc/xinetd.d (and at telnet entry put , disable=no)&lt;BR /&gt;&lt;BR /&gt;Hope this will help you ,&lt;BR /&gt;&lt;BR /&gt;Cheers ,&lt;BR /&gt;RajD.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 21 Aug 2005 23:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919770#M46003</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-21T23:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919771#M46004</link>
      <description>&lt;BR /&gt;The problem is most likely that you are logging in as root and there is no tty device entry added in /etc/securetty file.&lt;BR /&gt;&lt;BR /&gt;As suggested add pts/0, pts/1 and more in /etc/securetty file and try logging in. Another checkpoint to be visited is the PAM security system, ensure there is no misconfiguration in PAM setup&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 22 Aug 2005 06:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919771#M46004</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-08-22T06:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919772#M46005</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you facing telnet problem for any particular user or root. If only for root user, then under /etc move the file securetty to securetty.&lt;XXX&gt; and try.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh&lt;/XXX&gt;</description>
      <pubDate>Mon, 22 Aug 2005 06:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919772#M46005</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-22T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919773#M46006</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I have moved the /etc/securetty file and rebooted the system and it started working &lt;BR /&gt;&lt;BR /&gt;Thanks  for the help &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Mon, 22 Aug 2005 07:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919773#M46006</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-22T07:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: unable to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919774#M46007</link>
      <description>Hi Binu,&lt;BR /&gt;&lt;BR /&gt;Just I would like to convey here. &lt;BR /&gt;So far you have asked several below questions in the forum without assigning any points to the contributor.&lt;BR /&gt; &lt;BR /&gt;Â»  unable to telnet  &lt;BR /&gt;Â»  Process ID for a particular semaphore  &lt;BR /&gt;Â»  how to enable 8888 port on HPux  &lt;BR /&gt;Â»  Linux server hangs intermitantly  &lt;BR /&gt;Â»  comparing and copying new files  &lt;BR /&gt;Â»  USB device files for HPUX11  &lt;BR /&gt;Â»  device files for USB ports  &lt;BR /&gt;Â»  unable to install clinet  &lt;BR /&gt;Â»  copy filesystem  &lt;BR /&gt;Â»  unable to login nis user in Graphical mode  &lt;BR /&gt; &lt;BR /&gt;Please don't forget to assign some marks to who help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;RAjesh</description>
      <pubDate>Mon, 22 Aug 2005 07:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/4919774#M46007</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-22T07:12:47Z</dc:date>
    </item>
  </channel>
</rss>

