<?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 port - two instances? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351626#M344873</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No you don't want to open the firewall and most firewall admins would never go with that.&lt;BR /&gt;&lt;BR /&gt;This might help limit system exposure:&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=19" target="_blank"&gt;http://www.hpux.ws/?p=19&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 04 Feb 2009 18:44:52 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-02-04T18:44:52Z</dc:date>
    <item>
      <title>ssh port - two instances?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351622#M344869</link>
      <description>Hello - we have a setup where we use ssh internally. now need to allow an external client to access us via sftp - firewall folks are saying they will not open port 22 for external due to well-known ssh port and possibility of remote login. I am thinking we could use port 22 for intercompany access and listen on a higher port for external use - that could be opened in a firwall. Has anyone done this? - is it possible/recommended? Can you run two ssh daemons? - would there be config/log file issues?</description>
      <pubDate>Wed, 04 Feb 2009 15:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351622#M344869</guid>
      <dc:creator>Michael Murphy_2</dc:creator>
      <dc:date>2009-02-04T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: ssh port - two instances?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351623#M344870</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I was once tasked to run two ssh daemons on one system.&lt;BR /&gt;&lt;BR /&gt;It did not come out very well.&lt;BR /&gt;&lt;BR /&gt;I do believe that it is possible to get the one daemon to listen on two ports.&lt;BR /&gt;&lt;BR /&gt;That would be by modification of the sshd_config file.&lt;BR /&gt;&lt;BR /&gt;Take a look at these articles:&lt;BR /&gt;&lt;A href="https://www.linuxquestions.org/questions/linux-software-2/configuring-ssh-to-listen-on-two-different-ports-at-once-386207/" target="_blank"&gt;https://www.linuxquestions.org/questions/linux-software-2/configuring-ssh-to-listen-on-two-different-ports-at-once-386207/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux.die.net/man/5/ssh_config" target="_blank"&gt;http://linux.die.net/man/5/ssh_config&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webhostingresourcekit.com/227.html" target="_blank"&gt;http://www.webhostingresourcekit.com/227.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Feb 2009 15:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351623#M344870</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-04T15:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh port - two instances?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351624#M344871</link>
      <description>&amp;gt; [...] port 22 for intercompany access [...]&lt;BR /&gt;&lt;BR /&gt;intra?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] firewall folks are saying they will&lt;BR /&gt;&amp;gt; not [...]&lt;BR /&gt;&lt;BR /&gt;Have they offered to do NAT/PAT to translate&lt;BR /&gt;a port of their choice to your port 22?  If&lt;BR /&gt;they're creating the problem, I'd suggest an&lt;BR /&gt;opportunity for them to solve it.</description>
      <pubDate>Wed, 04 Feb 2009 15:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351624#M344871</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-04T15:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh port - two instances?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351625#M344872</link>
      <description>On this issue, I'd say I have to side with Steven's solution of NAT/PAT'ing. Since Network group is the one who are balking at the idea of opening the fireall, they should be the ones to carry the burden and specify an external port and PAT it to your server's port 22.&lt;BR /&gt;&lt;BR /&gt;This brings up another idiosyncracity of the network/firewall admins. In this day and age, they still think obscurity can provide security. What if you listen to port 65531 for an external ssl connection ? Port-scanners only take another few seconds to find that vulnerability and if you, the firewall admin, is incapable of doing very rudimentary screening of source IP address and what not, to determine the authenticity of the TCP packet, regardless of which port you listen to, you will get hacked. I am sorry to say but this is a very sloppy way of refusing service to address a (what looks like) legitimate business need. (off my soapbox now) &lt;BR /&gt;&lt;BR /&gt;Cheers...</description>
      <pubDate>Wed, 04 Feb 2009 18:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351625#M344872</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-02-04T18:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: ssh port - two instances?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351626#M344873</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No you don't want to open the firewall and most firewall admins would never go with that.&lt;BR /&gt;&lt;BR /&gt;This might help limit system exposure:&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=19" target="_blank"&gt;http://www.hpux.ws/?p=19&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Feb 2009 18:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-port-two-instances/m-p/4351626#M344873</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-04T18:44:52Z</dc:date>
    </item>
  </channel>
</rss>

