<?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 Cannot Block Port 22 on ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453655#M270216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to check whether you have applied the access-list in proper direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g if you want to stop the access from outside interface then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 06:34:43 GMT</pubDate>
    <dc:creator>vishaw jasrotia</dc:creator>
    <dc:date>2014-02-06T06:34:43Z</dc:date>
    <item>
      <title>Cannot Block Port 22 on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453654#M270213</link>
      <description>&lt;P&gt;I have an ASA 5510 and port 22 is open. I thought by default that it should be blocked but when I check to see if the port is open by a website (e.g., &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.yougetsignal.com/tools/open-ports" target="_blank"&gt;http://www.yougetsignal.com/tools/open-ports&lt;/A&gt;&lt;SPAN&gt;) it shows that it is open. I opened Ports 80, 443, and 25. I added an access list by CLI and ASDM but it still shows that port 22 is open. Here is the script #access-list 100 extended deny tcp any any eq 22 and I done the same using ASDM but substituted ssh for the port number. Does anyone know why this port is open? I saw some activity on my firewall that someone (with an IP address based in China) was trying to access my network via port 22. I think they were running a port scanner. But I have no need to have port 22 open.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:41:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453654#M270213</guid>
      <dc:creator>Richard Miller</dc:creator>
      <dc:date>2019-03-12T03:41:10Z</dc:date>
    </item>
    <item>
      <title>Cannot Block Port 22 on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453655#M270216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to check whether you have applied the access-list in proper direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g if you want to stop the access from outside interface then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 06:34:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453655#M270216</guid>
      <dc:creator>vishaw jasrotia</dc:creator>
      <dc:date>2014-02-06T06:34:43Z</dc:date>
    </item>
    <item>
      <title>Cannot Block Port 22 on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453656#M270217</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;The ACLs will generally just block traffic through the ASA, not to the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the newer softwares you have the option to build an ACL to block traffic destined to an actual ASA interface IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group &lt;ACL name=""&gt; in interface &lt;EXTERNAL interface="" name=""&gt; control-plane&lt;/EXTERNAL&gt;&lt;/ACL&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ACL should naturally be something used only for this purpose and not use an existing ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though regarding your SSH problem you might have enabled SSH management from behind &lt;STRONG&gt;"outside"&lt;/STRONG&gt; with &lt;STRONG&gt;"any"&lt;/STRONG&gt; source address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run ssh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The earlier command I mentioned overrides even the ACL setting that is used to limit connectivity to the ASA itself. So you might want to check how you SSH management setting is configured. This might be causing the results you are seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 07:17:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453656#M270217</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T07:17:38Z</dc:date>
    </item>
    <item>
      <title>Cannot Block Port 22 on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453657#M270220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jouni, it was the ssh management that was keeping the port open. I deleted the outside interface and the port is blocked. I appreciate you help so quickly.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:33:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453657#M270220</guid>
      <dc:creator>Richard Miller</dc:creator>
      <dc:date>2014-02-06T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Cannot Block Port 22 on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453658#M270221</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;Good to hear &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:45:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-block-port-22-on-asa-5510/m-p/2453658#M270221</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T15:45:16Z</dc:date>
    </item>
  </channel>
</rss>

