<?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 a remote SUSE box in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435521#M36895</link>
    <description>What terminal emulator you are using?&lt;BR /&gt;&lt;BR /&gt;# echo $TERM&lt;BR /&gt;&lt;BR /&gt;on your server.</description>
    <pubDate>Tue, 09 Jun 2009 09:36:53 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2009-06-09T09:36:53Z</dc:date>
    <item>
      <title>Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435519#M36893</link>
      <description>I am unable to do telnet on suse machine.&lt;BR /&gt;It is giving following error message:&lt;BR /&gt;&lt;BR /&gt;Tset: Unknown terminal type tty&lt;BR /&gt;&lt;BR /&gt;We have checked the services on suse machine. It is working fine. But when executing remotely it is giving above message.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance..&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jun 2009 09:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435519#M36893</guid>
      <dc:creator>lavs</dc:creator>
      <dc:date>2009-06-09T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435520#M36894</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for security reasoon its better use ssh instead of telnet.&lt;BR /&gt;&lt;BR /&gt;check if the ssh is ok.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 09 Jun 2009 09:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435520#M36894</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-09T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435521#M36895</link>
      <description>What terminal emulator you are using?&lt;BR /&gt;&lt;BR /&gt;# echo $TERM&lt;BR /&gt;&lt;BR /&gt;on your server.</description>
      <pubDate>Tue, 09 Jun 2009 09:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435521#M36895</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-06-09T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435522#M36896</link>
      <description>Torsten...i give the command echo $TERM...its set as "ansi"&lt;BR /&gt;&lt;BR /&gt;Michal...you are right that ssh is good as compare to telnet...but we are doing this operation through vbscript by using a w3socket. Following is the snipt of code...&lt;BR /&gt;&lt;BR /&gt;Set obj=CreateObject ("socket.tcp")&lt;BR /&gt;     obj.DoTelnetEmulation=True&lt;BR /&gt;     obj.TelnetEmulation="TTY"&lt;BR /&gt;     obj.Host=systemIP&amp;amp;":23"&lt;BR /&gt;     obj.Open&lt;BR /&gt;     obj.WaitFor "login:"&lt;BR /&gt;     obj.SendLine user&lt;BR /&gt;     obj.WaitFor "password"&lt;BR /&gt;     obj.SendLine pwd&lt;BR /&gt;     obj.WaitFor "$"&lt;BR /&gt;     obj.SendLine strCommand&lt;BR /&gt;     obj.WaitFor "$"&lt;BR /&gt;     obj.Close&lt;BR /&gt;     set obj=Nothing</description>
      <pubDate>Tue, 09 Jun 2009 10:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435522#M36896</guid>
      <dc:creator>lavs</dc:creator>
      <dc:date>2009-06-09T10:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435523#M36897</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try tu set the terminal in vt100&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 09 Jun 2009 10:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435523#M36897</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-09T10:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435524#M36898</link>
      <description>thanks Mikchal for ur quick reply...but i didn't get that how to do these settings..can u explain me in bit detail....</description>
      <pubDate>Tue, 09 Jun 2009 10:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435524#M36898</guid>
      <dc:creator>lavs</dc:creator>
      <dc:date>2009-06-09T10:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435525#M36899</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you are using BASH as default shell on linux&lt;BR /&gt;&lt;BR /&gt;them setup this &lt;BR /&gt;&lt;BR /&gt;in the file ~/.bash_profile or .bashrc&lt;BR /&gt;&lt;BR /&gt;add this line :&lt;BR /&gt;&lt;BR /&gt;export TERM=linux ( or vt100 )&lt;BR /&gt;&lt;BR /&gt;and them logout or use source and the edited file.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 09 Jun 2009 10:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435525#M36899</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-09T10:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435526#M36900</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have set the line "export TERM= vt100" in .bashrc file. But still getting same error. BASH is not default shell of this machine.</description>
      <pubDate>Tue, 09 Jun 2009 10:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435526#M36900</guid>
      <dc:creator>lavs</dc:creator>
      <dc:date>2009-06-09T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435527#M36901</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would try setting term to vt100 or vt220 and see if that helps.&lt;BR /&gt;&lt;BR /&gt;This should be set up with the application you are connecting with.&lt;BR /&gt;&lt;BR /&gt;Or: You could stop using telnet which authenticates in clear text and use a ssh client like putty&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Jun 2009 16:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435527#M36901</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-09T16:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435528#M36902</link>
      <description>In your VB script, it's setting the emulation to "TTY," which a login script on the remote machine doesn't seem to like (or more accurately, tset doesn't like.)&lt;BR /&gt;&lt;BR /&gt;I'm not sure what the valid values are, but you'll need to change the TelnetEmulation variable to something like VT100.</description>
      <pubDate>Tue, 09 Jun 2009 22:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435528#M36902</guid>
      <dc:creator>macosta</dc:creator>
      <dc:date>2009-06-09T22:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435529#M36903</link>
      <description>thanks Macosta...i think its working....</description>
      <pubDate>Wed, 10 Jun 2009 03:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/4435529#M36903</guid>
      <dc:creator>lavs</dc:creator>
      <dc:date>2009-06-10T03:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to telnet a remote SUSE box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/5953427#M54106</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also getting the same error message. Please could you tell me how to get the correct correct emulation variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 04:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet-a-remote-suse-box/m-p/5953427#M54106</guid>
      <dc:creator>Ram_975310</dc:creator>
      <dc:date>2013-02-04T04:25:53Z</dc:date>
    </item>
  </channel>
</rss>

