<?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: How to allow SSH to a server from outside across an ASA fire in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039457#M894567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The server is in our LAN, routing to the same gateway as the rest of the servers, I will do the capture but meanwhile kindly see attached firewall configs. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 05:55:31 GMT</pubDate>
    <dc:creator>wwanjohi123</dc:creator>
    <dc:date>2008-10-27T05:55:31Z</dc:date>
    <item>
      <title>How to allow SSH to a server from outside across an ASA firewall.</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039453#M894563</link>
      <description>&lt;P&gt;I have NATted an internal server to a public address and allowed all IP from a source external public IP Address to allow it SSH to the NATted internal server. I'am using an ASA firewall. i have configured all the rules on both the outside and inside interface. iam able to telnet to port 80 but i can't SSH to it from the internet. Locally on my LAN both both protocols work to the server. kindly assist.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039453#M894563</guid>
      <dc:creator>wwanjohi123</dc:creator>
      <dc:date>2019-03-11T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow SSH to a server from outside across an ASA fire</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039454#M894564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you permitted TCP Port 22 in your Access-Lists. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list INBOUND extended permit tcp any host x.x.x.x eq ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have already permitted the TCP Port 22 in the ACL, do you see any logs on the ASA when SSH does not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate if it helps*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 13:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039454#M894564</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-10-24T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow SSH to a server from outside across an ASA fire</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039455#M894565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have applied as above, but cannot get any activity/ events on the real time log.&lt;/P&gt;&lt;P&gt;when i try to ssh from external it is still timming out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any special configs i need to do to allow ssh traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have permited all IP and i can get icmp echo reply even www .&lt;/P&gt;&lt;P&gt; however ssh does not appear on the list on the inspection protocols...help!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:47:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039455#M894565</guid>
      <dc:creator>wwanjohi123</dc:creator>
      <dc:date>2008-10-24T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow SSH to a server from outside across an ASA fire</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039456#M894566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have already configure NAT for the server and permitted TCP Port 22, I would check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ACL on inside interface &lt;/P&gt;&lt;P&gt;2. Any kind of ACL on the SSH Server&lt;/P&gt;&lt;P&gt;3. DualNIC, server responding/routing to a different gateway&lt;/P&gt;&lt;P&gt;4. Use Capture command and capture information on the outside and inside for the SSH Traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is it possible to post the configuration from the Firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate if it helps*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 14:56:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039456#M894566</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-10-24T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow SSH to a server from outside across an ASA fire</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039457#M894567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The server is in our LAN, routing to the same gateway as the rest of the servers, I will do the capture but meanwhile kindly see attached firewall configs. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 05:55:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-ssh-to-a-server-from-outside-across-an-asa-firewall/m-p/1039457#M894567</guid>
      <dc:creator>wwanjohi123</dc:creator>
      <dc:date>2008-10-27T05:55:31Z</dc:date>
    </item>
  </channel>
</rss>

