<?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: LInux Telnet questions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172608#M87954</link>
    <description>how do I get SSH? &lt;BR /&gt;&lt;BR /&gt;Also I would like to have telnet available. This is only a test box so security is NOT and issue</description>
    <pubDate>Fri, 23 Jan 2004 14:35:05 GMT</pubDate>
    <dc:creator>Chad_52</dc:creator>
    <dc:date>2004-01-23T14:35:05Z</dc:date>
    <item>
      <title>LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172606#M87952</link>
      <description>When I try to telnet into my Linux box I get the following error.&lt;BR /&gt;&lt;BR /&gt;Could not open conection to the host, on port 23:connect Failed&lt;BR /&gt;&lt;BR /&gt;I have set securty level to none. Meaning the Firware is disabled. How do I enable POrt 23</description>
      <pubDate>Fri, 23 Jan 2004 14:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172606#M87952</guid>
      <dc:creator>Chad_52</dc:creator>
      <dc:date>2004-01-23T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172607#M87953</link>
      <description>AFAIK, telnet is disable by default.  Is there any reason why you are not using ssh, it's much more secure than telnet.  But if you want to turn it on you will have to enable in /etc/xinet.d and edit telnet file (assuming you are running redhat; not sure where this is located in other flavor of linux)</description>
      <pubDate>Fri, 23 Jan 2004 14:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172607#M87953</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-01-23T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172608#M87954</link>
      <description>how do I get SSH? &lt;BR /&gt;&lt;BR /&gt;Also I would like to have telnet available. This is only a test box so security is NOT and issue</description>
      <pubDate>Fri, 23 Jan 2004 14:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172608#M87954</guid>
      <dc:creator>Chad_52</dc:creator>
      <dc:date>2004-01-23T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172609#M87955</link>
      <description>it's automatically available and enable among linux box, just type "ssh -l &lt;USER&gt; &lt;HOSTNAME&gt;", you may want to configure it to fit your security need as time pass, but I would suggest you take advantage of libwrap (tcpwrapper) with telne and ssh; you can put some restrictions  on who can log into your server, do man on hosts.allow.  good luck.&lt;/HOSTNAME&gt;&lt;/USER&gt;</description>
      <pubDate>Fri, 23 Jan 2004 14:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172609#M87955</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-01-23T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172610#M87956</link>
      <description>I am telneting from a WIn XP box to linux so how can I use SSH?</description>
      <pubDate>Fri, 23 Jan 2004 15:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172610#M87956</guid>
      <dc:creator>Chad_52</dc:creator>
      <dc:date>2004-01-23T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172611#M87957</link>
      <description>dude, do a search on google for "putty", it's free. have at it.</description>
      <pubDate>Fri, 23 Jan 2004 15:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172611#M87957</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-01-23T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172612#M87958</link>
      <description>if you have telnet server installed -then issue this command:&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;this will start the telnet server service.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you;d like to be able to login as root, then you'll have to add the following entries to /etc/securetty file:&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;pts/4&lt;BR /&gt;pts/5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards....</description>
      <pubDate>Fri, 23 Jan 2004 16:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172612#M87958</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-23T16:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172613#M87959</link>
      <description>Today, I would only use ssh !, unless you are in a very secure isolated lan, telnet send the characters you type in clear, so any one can read your username and pass with a sniffer.&lt;BR /&gt;&lt;BR /&gt;putty I would also recommand on the MS Window side.&lt;BR /&gt;&lt;BR /&gt;but if you are in a safe isolated and secure enviroment then Alexander is the way.&lt;BR /&gt;&lt;BR /&gt;Tell us if you have succeded&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2004 04:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172613#M87959</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-01-24T04:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172614#M87960</link>
      <description>I would add here that getting telnet to work will depend on your distro too.&lt;BR /&gt; &lt;BR /&gt;For most distro's and most unix like OS's, you'll need to check that the "telnetd" option is not commented out in /etc/inetd.conf and restart inetd.&lt;BR /&gt; &lt;BR /&gt;On redhat, you'll have to see if you hab an /etc/xinetd.d/telnet and edit it remove the "deny" bit. &lt;BR /&gt; &lt;BR /&gt;I personally am not so averse to telnet as most people and as long as the box is not on the internet and/or you don't care too much about it then it is a nice simple way of logging into a machine.</description>
      <pubDate>Sat, 24 Jan 2004 05:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172614#M87960</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-24T05:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172615#M87961</link>
      <description>Another good terminal program for Windows is TeraTermPro. It is freeware and I downloaded it from tucows.com. It handles BOTH telnet and SSH1, SSH2 connections. Very small and fast.&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2004 16:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172615#M87961</guid>
      <dc:creator>David Asgeirsson</dc:creator>
      <dc:date>2004-01-24T16:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172616#M87962</link>
      <description>Putty is a good free ssh client&lt;BR /&gt;&lt;BR /&gt;To install openssh, get openssh from redhat.com or get it off your original install cd's&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 25 Jan 2004 02:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172616#M87962</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-25T02:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: LInux Telnet questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172617#M87963</link>
      <description>In order  to resolve the issue, try ping to the telnet system from the command console. then make sure telnetd demon is started, if not start the telnet demon.&lt;BR /&gt;&lt;BR /&gt;to start the telnetd:&lt;BR /&gt;&lt;BR /&gt;#/etc/init.d/telnetd start&lt;BR /&gt;&lt;BR /&gt;Note: make sure the telnet is installed in the system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2004 01:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-telnet-questions/m-p/3172617#M87963</guid>
      <dc:creator>Manoj Kumar A</dc:creator>
      <dc:date>2004-03-10T01:47:39Z</dc:date>
    </item>
  </channel>
</rss>

