<?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: What are the ways current SSH mechanism in place for Telnet replacement? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438122#M356743</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, ssh &lt;SERVERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;/SERVERNAME&gt;</description>
    <pubDate>Fri, 12 Jun 2009 08:42:21 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2009-06-12T08:42:21Z</dc:date>
    <item>
      <title>What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438119#M356740</link>
      <description>What are the ways current SSH mechanism in place for Telnet replacement?</description>
      <pubDate>Fri, 12 Jun 2009 06:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438119#M356740</guid>
      <dc:creator>DharmaRao G</dc:creator>
      <dc:date>2009-06-12T06:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438120#M356741</link>
      <description>hi:&lt;BR /&gt;&lt;BR /&gt;1) Install ssh  (secsh as hp name) and configure it&lt;BR /&gt;2) disable telnet with a cooment in /etc7inetd.conf&lt;BR /&gt; 3) re-read the inetd.conf with inetd -c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;warning please, make this steps from console&lt;BR /&gt; bye&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 08:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438120#M356741</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2009-06-12T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438121#M356742</link>
      <description>Hi Roberto,&lt;BR /&gt;&lt;BR /&gt;Is it recommended to us #ssl &lt;SERVERNAME&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SERVERNAME&gt;</description>
      <pubDate>Fri, 12 Jun 2009 08:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438121#M356742</guid>
      <dc:creator>DharmaRao G</dc:creator>
      <dc:date>2009-06-12T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438122#M356743</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, ssh &lt;SERVERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;/SERVERNAME&gt;</description>
      <pubDate>Fri, 12 Jun 2009 08:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438122#M356743</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-06-12T08:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438123#M356744</link>
      <description>first off, if you have not done already, (this is included v11.23 and after if I am not mistaken), you need to install HP's version of openSSL and ssh packages.&lt;BR /&gt;&lt;BR /&gt;after that, you can replace your command &lt;BR /&gt;&lt;BR /&gt;telnet &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;with &lt;BR /&gt;&lt;BR /&gt;ssh &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;but this is the tip of the iceberg as far as the ssh usage goes. You can do remote command execution, scripted file copy between servers using scp (included in ssh package) and more.&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 12 Jun 2009 11:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438123#M356744</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-06-12T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438124#M356745</link>
      <description>Hi Mel,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want more info. about ssh that should eliminate Telnet.&lt;BR /&gt;&lt;BR /&gt;What are the deficiencies telnet over ssh and what need to improve.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dharma</description>
      <pubDate>Fri, 12 Jun 2009 12:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438124#M356745</guid>
      <dc:creator>DharmaRao G</dc:creator>
      <dc:date>2009-06-12T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438125#M356746</link>
      <description>security is the biggest thing that telnet lacks and ssh has.&lt;BR /&gt;&lt;BR /&gt;on a telnet session, when you type your password and hit enter, if I have a network sniffer and set it up between your workstation and the server you are connecting to, I can see your password in CLEAR TEXT.&lt;BR /&gt;&lt;BR /&gt;This is the biggest selling point of ssh</description>
      <pubDate>Fri, 12 Jun 2009 12:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438125#M356746</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-06-12T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: What are the ways current SSH mechanism in place for Telnet replacement?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438126#M356747</link>
      <description>Lots of information about SSH is available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openssh.org/" target="_blank"&gt;http://www.openssh.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 12:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-are-the-ways-current-ssh-mechanism-in-place-for-telnet/m-p/4438126#M356747</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-06-12T12:59:58Z</dc:date>
    </item>
  </channel>
</rss>

