<?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 issue!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682110#M245586</link>
    <description>telnet is not Disabled on the Linux Side.&lt;BR /&gt;&lt;BR /&gt;# default: on&lt;BR /&gt;# description: The telnet server serves telnet sessions; it uses \&lt;BR /&gt;#       unencrypted username/password pairs for authentication.&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt;        disable = no&lt;BR /&gt;        flags           = REUSE&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = root&lt;BR /&gt;        server          = /opt/boksm/lib/in.telnetd&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Dec 2005 11:01:39 GMT</pubDate>
    <dc:creator>Amit Manna_6</dc:creator>
    <dc:date>2005-12-01T11:01:39Z</dc:date>
    <item>
      <title>telnet issue!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682107#M245583</link>
      <description>HI,&lt;BR /&gt;I am doing a telnet from a HP Server to a Linux Server.&lt;BR /&gt;I am getting the following error:&lt;BR /&gt;telnetd: Failed to contact authentication daemon&lt;BR /&gt;&lt;BR /&gt;Can any body help me out ..</description>
      <pubDate>Thu, 01 Dec 2005 05:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682107#M245583</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-12-01T05:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682108#M245584</link>
      <description>Shalom Amit,&lt;BR /&gt;&lt;BR /&gt;It worked prior today?&lt;BR /&gt;&lt;BR /&gt;What is the pam configuration?&lt;BR /&gt;&lt;BR /&gt;What has recently been changed ont he Linux server?&lt;BR /&gt;&lt;BR /&gt;Has telnet been authorized to run in xinetd on the Linux server. ITs not done by default.&lt;BR /&gt;&lt;BR /&gt;On Linux:&lt;BR /&gt;cd /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;find the telnet file&lt;BR /&gt;&lt;BR /&gt;vi it.&lt;BR /&gt;&lt;BR /&gt;change &lt;BR /&gt;&lt;BR /&gt;disable = yes &lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;disable = no&lt;BR /&gt;&lt;BR /&gt;Restart the xinetd daemon.&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Try again.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2005 05:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682108#M245584</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-01T05:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682109#M245585</link>
      <description>Good Day Amit ! ,&lt;BR /&gt;&lt;BR /&gt;Check if telnet is disabled in linux side.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check in /etc/xinet.d/telnet&lt;BR /&gt;---------------------&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt;        flags           = REUSE&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = root&lt;BR /&gt;        server          = /usr/sbin/in.telnetd&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;        disable         = yes&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;----------------------&lt;BR /&gt;&lt;BR /&gt;Make disable = no. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Restart xinted # xinetd restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 01 Dec 2005 10:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682109#M245585</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-01T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682110#M245586</link>
      <description>telnet is not Disabled on the Linux Side.&lt;BR /&gt;&lt;BR /&gt;# default: on&lt;BR /&gt;# description: The telnet server serves telnet sessions; it uses \&lt;BR /&gt;#       unencrypted username/password pairs for authentication.&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt;        disable = no&lt;BR /&gt;        flags           = REUSE&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = root&lt;BR /&gt;        server          = /opt/boksm/lib/in.telnetd&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2005 11:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/3682110#M245586</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-12-01T11:01:39Z</dc:date>
    </item>
  </channel>
</rss>

