<?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 on Debian 3.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975667#M4737</link>
    <description>If you installed the telnet server at all, here are the steps to activate it.&lt;BR /&gt;&lt;BR /&gt;There is a directory(RH, I admit) called &lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There should be a statement indicating the directory in your release in the file /etc/xinetd.conf or /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;It will say something like&lt;BR /&gt;&lt;BR /&gt;include /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;cd there.&lt;BR /&gt;&lt;BR /&gt;There should be a file called telent&lt;BR /&gt;&lt;BR /&gt;Here is what MINE says.&lt;BR /&gt;&lt;BR /&gt;[root@jerusalem xinetd.d]# more telnet&lt;BR /&gt;# default: on&lt;BR /&gt;# description: The telnet server serves telnet sessions; it uses #       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          = /usr/sbin/in.telnetd&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note disable = no, that means its on.  Quite intuitive don't you think?  The future of Unix.&lt;BR /&gt;&lt;BR /&gt;If disable is set to yes, change it to no and then restart the inetd deamon&lt;BR /&gt;&lt;BR /&gt;xinetd -c or&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;This could solve your issue.  If so throw a point or two my way.&lt;BR /&gt;&lt;BR /&gt;have a pleasant weekend.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 18 May 2003 18:19:13 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-05-18T18:19:13Z</dc:date>
    <item>
      <title>Telnet on Debian 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975665#M4735</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  What is the utility from which we can enable the telnet and other networking stuffs...?&lt;BR /&gt;&lt;BR /&gt; How to go about in installing extra packages after the basic installation...?&lt;BR /&gt;&lt;BR /&gt; Because eventhough the system is on the network and able to ping.. but not able to telnet or ftp from other server... &lt;BR /&gt;&lt;BR /&gt;The version is Debian 3.0.&lt;BR /&gt;&lt;BR /&gt;Please suggest..&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Bindumadhava.</description>
      <pubDate>Sat, 17 May 2003 10:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975665#M4735</guid>
      <dc:creator>Bindumadhava.V</dc:creator>
      <dc:date>2003-05-17T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet on Debian 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975666#M4736</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for security reason, the in.telnetd is not installed with the base system on debain woody.&lt;BR /&gt;You can install it with "apt-get install telnetd".&lt;BR /&gt;And you may take a look at /etc/securetty to allow root logins over the net.&lt;BR /&gt;Also you can install a ftp server.&lt;BR /&gt;&lt;BR /&gt;On debain you have by default three programs to maintain your installed software packages:&lt;BR /&gt;dselect : a curses based frontend to the other programs&lt;BR /&gt;dpkg : maintain software, like installing packages, purging , updateing etc.&lt;BR /&gt;apt-get: to install software directly from the media or the net and to maintain it&lt;BR /&gt;&lt;BR /&gt;If you need a specific program/tool you can look at &lt;A href="http://search.debian.org" target="_blank"&gt;http://search.debian.org&lt;/A&gt; to find the appropriate package for it.&lt;BR /&gt;&lt;BR /&gt;Heiner</description>
      <pubDate>Sat, 17 May 2003 13:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975666#M4736</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2003-05-17T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet on Debian 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975667#M4737</link>
      <description>If you installed the telnet server at all, here are the steps to activate it.&lt;BR /&gt;&lt;BR /&gt;There is a directory(RH, I admit) called &lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There should be a statement indicating the directory in your release in the file /etc/xinetd.conf or /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;It will say something like&lt;BR /&gt;&lt;BR /&gt;include /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;cd there.&lt;BR /&gt;&lt;BR /&gt;There should be a file called telent&lt;BR /&gt;&lt;BR /&gt;Here is what MINE says.&lt;BR /&gt;&lt;BR /&gt;[root@jerusalem xinetd.d]# more telnet&lt;BR /&gt;# default: on&lt;BR /&gt;# description: The telnet server serves telnet sessions; it uses #       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          = /usr/sbin/in.telnetd&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note disable = no, that means its on.  Quite intuitive don't you think?  The future of Unix.&lt;BR /&gt;&lt;BR /&gt;If disable is set to yes, change it to no and then restart the inetd deamon&lt;BR /&gt;&lt;BR /&gt;xinetd -c or&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;This could solve your issue.  If so throw a point or two my way.&lt;BR /&gt;&lt;BR /&gt;have a pleasant weekend.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 May 2003 18:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-on-debian-3-0/m-p/2975667#M4737</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-18T18:19:13Z</dc:date>
    </item>
  </channel>
</rss>

