<?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: Unable to SSH to ASA 5525-X in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452338#M1083019</link>
    <description>&lt;PRE&gt;ASA-6-106015: Deny TCP (no connection) from IP_address/port to 
IP_address/port flags tcp_flags on interface interface_name.&lt;/PRE&gt;
&lt;P&gt;Looks for me this is Routing issue.&amp;nbsp; what is your client IP address ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Aug 2021 09:32:28 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2021-08-20T09:32:28Z</dc:date>
    <item>
      <title>Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452298#M1083012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have four admin users on my ASA all with level 15 access but not of them are able to SSH to my device.&lt;/P&gt;&lt;P&gt;I have checked SSH settings and it is allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SSH.JPG" style="width: 512px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/128366iF6F9B618A737B517/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSH.JPG" alt="SSH.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there anything I could have overlooked? I'm sure this has worked in the past as the device is over 5 years old.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 08:27:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452298#M1083012</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T08:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452314#M1083014</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/453627"&gt;@BeckyBoo123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the users even prompted to authenticate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not it could be you are connecting from a network/IP address that is not permitted to SSH to the ASA. See this really old guide&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/69373-ssh-inside-out-pix7x.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/69373-ssh-inside-out-pix7x.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the section of the guide "Configuration with ASDM 6.x" - step number 6. From here you need to define the networks/ip addresses permitted to connect to the ASA using ssh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 08:53:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452314#M1083014</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-08-20T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452321#M1083016</link>
      <description>&lt;P&gt;check is this lines there in command level :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;ssh version 2&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 outside&amp;nbsp; (this is not required, in case you coming from outside)&lt;BR /&gt;ssh timeout 60&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be also worth zeroinf RSA SSH from console : (make sure you understand the below command, it will remove all kkeys)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;coonf t&lt;/P&gt;
&lt;P&gt;crypto key zero noconfirm&lt;/P&gt;
&lt;P&gt;crypto key generate rsa no confirm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 09:16:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452321#M1083016</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-08-20T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452324#M1083017</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the swift reply!&lt;/P&gt;&lt;P&gt;No, no authentication prompt at all is being received. Just says "Server unexpectedly closed network connection".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked the settings that you mentioned and all looks good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ASA.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/128371iA811B8FEA50855D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="ASA.JPG" alt="ASA.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am also seeing the following message when I try to connect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%ASA-6-106015: Deny TCP (no connection) from IP_address/port to 
IP_address/port flags tcp_flags on interface interface_name.
The ASA discarded a TCP packet that has no associated connection in the ASA connection table. The ASA looks for a SYN flag in the packet, which indicates a request to establish a new connection. If the SYN flag is not set, and there is no existing connection, the ASA discards the packet. &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;A quick Google of this error seems rather complex.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 09:19:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452324#M1083017</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T09:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452338#M1083019</link>
      <description>&lt;PRE&gt;ASA-6-106015: Deny TCP (no connection) from IP_address/port to 
IP_address/port flags tcp_flags on interface interface_name.&lt;/PRE&gt;
&lt;P&gt;Looks for me this is Routing issue.&amp;nbsp; what is your client IP address ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 09:32:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452338#M1083019</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-08-20T09:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452352#M1083020</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you may be right. My client IP is 10.11.9.204 and that appears in the log entry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22.JPG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/128375iBBCCB42236DDB242/image-size/large?v=v2&amp;amp;px=999" role="button" title="22.JPG" alt="22.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to SSH to the device from where I am to check if the lines you asked about are present.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:05:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452352#M1083020</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T10:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452357#M1083021</link>
      <description>&lt;P&gt;Is this only device, you need to find any other device with different IP can able to SSH, or we need to get in to Console to pull the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note : i saw ASDM picture, are you able to use ASDM ? (from the IP mentioned ?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:17:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452357#M1083021</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-08-20T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452368#M1083023</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;I have just tried to connect from another device (which is actually on the same network) and that too fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I am able to access everything on the ASDM from my IP.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452368#M1083023</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T10:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452371#M1083024</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/453627"&gt;@BeckyBoo123&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Could you please check the output (from console) of the 'show asp table socket'? We expect to see that device is listening on TCP/22?&lt;/P&gt;&lt;P&gt;Please also check the outputs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;'show run ssh', which should display SSH configuration&lt;/LI&gt;&lt;LI&gt;'show run aaa', to confirm authentication for SSH is configured&lt;/LI&gt;&lt;LI&gt;'show crypto key mypubkey rsa', to confirm that your SSH keys are present&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Milos&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:56:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452371#M1083024</guid>
      <dc:creator>Milos_Jovanovic</dc:creator>
      <dc:date>2021-08-20T10:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452387#M1083025</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/330320"&gt;@Milos_Jovanovic&lt;/a&gt;&amp;nbsp;Sorry but the ASA is physically in a different location. I cannot console in at the moment. That may be the only option I have though if I can't get to the bottom of it.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 11:27:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452387#M1083025</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T11:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452391#M1083026</link>
      <description>&lt;P&gt;From ASDM (not sure what version you have ) - you can use tools --&amp;gt; command line intercce you can issue the commands people requested.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 11:34:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452391#M1083026</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-08-20T11:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452393#M1083027</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/330320"&gt;@Milos_Jovanovic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I forgot I could do that!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Result of the command: "show run ssh"

ssh stricthostkeycheck
ssh 10.0.0.0 255.0.0.0 LAN
ssh timeout 60
ssh key-exchange group dh-group14-sha1



Result of the command: "show run aaa"

aaa authentication http console LOCAL 
aaa authentication ssh console LOCAL 



Result of the command: "show crypto key mypubkey rsa"

The command has been sent to the device&lt;/PRE&gt;&lt;P&gt;Hmm, does this mean my key is missing?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 11:40:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452393#M1083027</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452397#M1083028</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/453627"&gt;@BeckyBoo123&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I believe you are missing RSA keys, which are mandatory for SSH. Try with 'crypto key generate rsa modulus 2048', and try SSH after.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Milos&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 11:53:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452397#M1083028</guid>
      <dc:creator>Milos_Jovanovic</dc:creator>
      <dc:date>2021-08-20T11:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452398#M1083029</link>
      <description>&lt;PRE&gt;Result of the command: "show crypto key mypubkey rsa"&lt;/PRE&gt;
&lt;P&gt;Looks like a catch here, may be since you mentioned it was working several years and broken, worth re-key&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or take show run (output and check)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 11:55:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452398#M1083029</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-08-20T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452402#M1083030</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/330320"&gt;@Milos_Jovanovic&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recreated the key and all works perfectly now!&lt;/P&gt;&lt;P&gt;Thank you all do much, I probably should have tested that first.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 12:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452402#M1083030</guid>
      <dc:creator>BeckyBoo123</dc:creator>
      <dc:date>2021-08-20T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to SSH to ASA 5525-X</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452408#M1083031</link>
      <description>&lt;P&gt;Glad to know our suggestion&amp;nbsp; helped here , we mark as resolved.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 12:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ssh-to-asa-5525-x/m-p/4452408#M1083031</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-08-20T12:15:16Z</dc:date>
    </item>
  </channel>
</rss>

