<?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: quick question on ssh port forwarding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714410#M385347</link>
    <description>&lt;BR /&gt; Further to my email above I'm using this command&lt;BR /&gt;&lt;BR /&gt; ssh -f -L 443:10.2.107.97:443 dest_hostname "sleep 300"&lt;BR /&gt;&lt;BR /&gt;Now when apps guys is doing telnet to the above port on destination server it doesn't work, &lt;BR /&gt;&lt;BR /&gt;do u think the above syntax is correct and this could be fw issue, I can engage a fw person to check if I'm using the correct syntax in the command ?</description>
    <pubDate>Wed, 17 Nov 2010 08:14:32 GMT</pubDate>
    <dc:creator>Becke</dc:creator>
    <dc:date>2010-11-17T08:14:32Z</dc:date>
    <item>
      <title>quick question on ssh port forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714409#M385346</link>
      <description>Guys&lt;BR /&gt;&lt;BR /&gt;I'm trying to set up port forwarding on local host but getting the error below...&lt;BR /&gt;&lt;BR /&gt;Please assist ?&lt;BR /&gt;&lt;BR /&gt; ssh -vv -L 443:localhost:443 10.2.107.97&lt;BR /&gt;OpenSSH_5.2p1, OpenSSL 0.9.8k 25 Mar 2009&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: Failed dlopen: /usr/krb5/lib/libkrb5.a(libkrb5.a.so): Could not load module /usr/krb5/lib/libkrb5.a(libkrb5.a.so).&lt;BR /&gt;System error: No such file or directory&lt;BR /&gt;&lt;BR /&gt;debug1: Error loading Kerberos, disabling Kerberos auth.&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to 10.2.107.97 [10.2.107.97] port 22.&lt;BR /&gt;debug1: connect to address 10.2.107.97 port 22: Connection timed out&lt;BR /&gt;ssh: connect to host 10.2.107.97 port 22: Connection timed out&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2010 07:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714409#M385346</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2010-11-17T07:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: quick question on ssh port forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714410#M385347</link>
      <description>&lt;BR /&gt; Further to my email above I'm using this command&lt;BR /&gt;&lt;BR /&gt; ssh -f -L 443:10.2.107.97:443 dest_hostname "sleep 300"&lt;BR /&gt;&lt;BR /&gt;Now when apps guys is doing telnet to the above port on destination server it doesn't work, &lt;BR /&gt;&lt;BR /&gt;do u think the above syntax is correct and this could be fw issue, I can engage a fw person to check if I'm using the correct syntax in the command ?</description>
      <pubDate>Wed, 17 Nov 2010 08:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714410#M385347</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2010-11-17T08:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: quick question on ssh port forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714411#M385348</link>
      <description>&amp;gt;debug1: connect to address 10.2.107.97 port 22: Connection timed out&lt;BR /&gt;&amp;gt;ssh: connect to host 10.2.107.97 port 22: Connection timed out&lt;BR /&gt;&lt;BR /&gt;This says the entire SSH connection is failing because no response at all was received from 10.2.107.97.&lt;BR /&gt;&lt;BR /&gt;Possible causes:&lt;BR /&gt;- no sshd running on 10.2.107.97&lt;BR /&gt;- a firewall is blocking your connection attempt to 10.2.107.97 and/or its responses back to you&lt;BR /&gt;- host 10.2.107.97 is down and a firewall is blocking the "Host unreachable" ICMP error message that would normally be sent to you by the gateway of the remote host. (I would call it "over-zealous ICMP filtering", but that's just my opinion...)&lt;BR /&gt;- there is a network routing problem and a firewall is filtering out the ICMP message that would tell you what is wrong (again, over-zealous ICMP filtering in my opinion)&lt;BR /&gt;&lt;BR /&gt;The error message about libkrb5 is harmless unless you're using Kerberos authentication.&lt;BR /&gt;&lt;BR /&gt;A Telnet connection has a destination port of TCP/23, while SSH connection uses TCP/22. For a firewall, these are two entirely separate connection types: if one is allowed, it tells nothing at all about the other. &lt;BR /&gt;&lt;BR /&gt;Definitely talk to your firewall administrator.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 17 Nov 2010 10:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-ssh-port-forwarding/m-p/4714411#M385348</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-11-17T10:21:29Z</dc:date>
    </item>
  </channel>
</rss>

