<?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: SSH A.03.71.000 Lock Up Telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330637#M746771</link>
    <description>Hello George,&lt;BR /&gt;&lt;BR /&gt;Here is a fine document on disabling some common services in HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cites.uiuc.edu/wsg/resources/security/hpux.html" target="_blank"&gt;http://www.cites.uiuc.edu/wsg/resources/security/hpux.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can employ ssh port forwarding mechanism for securing telnet port too. &lt;BR /&gt;&lt;BR /&gt;refer for more information&lt;BR /&gt;&lt;A href="http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html" target="_blank"&gt;http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;M</description>
    <pubDate>Wed, 28 Jul 2004 23:34:42 GMT</pubDate>
    <dc:creator>Michael Selvesteen_2</dc:creator>
    <dc:date>2004-07-28T23:34:42Z</dc:date>
    <item>
      <title>SSH A.03.71.000 Lock Up Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330633#M746767</link>
      <description>I have SSH running on my server. I am able to telnet the normal method and via the secure method. I have a SSH client on my workstation.&lt;BR /&gt;Can't seem to find in the documentation how to lock up server so we can only telnet the secure method (SSH).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;George M.</description>
      <pubDate>Tue, 13 Jul 2004 18:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330633#M746767</guid>
      <dc:creator>Jorge Mel</dc:creator>
      <dc:date>2004-07-13T18:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH A.03.71.000 Lock Up Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330634#M746768</link>
      <description>Just comment out the 'telnet' line in /etc/inetd.conf and then run 'inetd -c' to force inetd to re-read its configuration file.  After that you will not be able to telnet.</description>
      <pubDate>Tue, 13 Jul 2004 18:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330634#M746768</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-07-13T18:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSH A.03.71.000 Lock Up Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330635#M746769</link>
      <description>George,&lt;BR /&gt;&lt;BR /&gt;  telnet listens on port 23 and SSH on 22. You need to disable inetd from spawning telnetd.&lt;BR /&gt;&lt;BR /&gt;  vi /etc/inetd.conf&lt;BR /&gt;  telnet&lt;BR /&gt;    to&lt;BR /&gt;  #telnet&lt;BR /&gt;&lt;BR /&gt;   comment out the line that begins with "telnet".Save inetd.conf and send HUP signal to inetd.&lt;BR /&gt;&lt;BR /&gt;  # inetd -c&lt;BR /&gt; &lt;BR /&gt;  Now you will only be able to SSH and cannot telnet to the system&lt;BR /&gt;&lt;BR /&gt;- Sundar</description>
      <pubDate>Tue, 13 Jul 2004 18:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330635#M746769</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-13T18:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH A.03.71.000 Lock Up Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330636#M746770</link>
      <description>Edit /etc/inetd.conf file&lt;BR /&gt;COmment out the line that looks like this:&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;Save the file and then run this:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;(if your using ssh, you might also consider doing the same for ftp, same procedure)</description>
      <pubDate>Tue, 13 Jul 2004 18:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330636#M746770</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-13T18:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSH A.03.71.000 Lock Up Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330637#M746771</link>
      <description>Hello George,&lt;BR /&gt;&lt;BR /&gt;Here is a fine document on disabling some common services in HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cites.uiuc.edu/wsg/resources/security/hpux.html" target="_blank"&gt;http://www.cites.uiuc.edu/wsg/resources/security/hpux.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can employ ssh port forwarding mechanism for securing telnet port too. &lt;BR /&gt;&lt;BR /&gt;refer for more information&lt;BR /&gt;&lt;A href="http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html" target="_blank"&gt;http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;M</description>
      <pubDate>Wed, 28 Jul 2004 23:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-a-03-71-000-lock-up-telnet/m-p/3330637#M746771</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2004-07-28T23:34:42Z</dc:date>
    </item>
  </channel>
</rss>

