<?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: can't SSH to inside interface on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114331#M357275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your problem has something to do with incompartability of ssh versions (1,2) current/allowed key size or smth between an ASA and your switch . Try to regenerate keys with greater/lower modulus size, check ssh version on a switch, try to connect not from a sitch but from some ssh-client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 06:47:18 GMT</pubDate>
    <dc:creator>Andrew Phirsov</dc:creator>
    <dc:date>2013-01-31T06:47:18Z</dc:date>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114326#M357270</link>
      <description>&lt;P&gt;Hi there&lt;BR /&gt;&lt;BR /&gt;I have generated the key and can ssh to outside interface. I have allowed access on inside interface. I can telnet but not ssh. I captured packets and can see incoming only. Any ideas?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:54:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114326#M357270</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2019-03-12T00:54:46Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114327#M357271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls share the config, and also advise which ip you are trying to ssh to the inside interface from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 03:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114327#M357271</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2013-01-31T03:15:35Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114328#M357272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; description INSIDE&lt;/P&gt;&lt;P&gt; nameif INSIDE&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 192.168.1.0 255.255.255.0 INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to ssh from the L3 switch directly connected to the inside interface.&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, 31 Jan 2013 04:00:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114328#M357272</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2013-01-31T04:00:16Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114329#M357273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cap asp type asp-drop all circular-buffer&lt;/P&gt;&lt;P&gt;cap capin interface inside match tcp x.x.x.x (switch ip address) 192.168.1.1 eq 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to connect and share the whole output of&lt;/P&gt;&lt;P&gt;show cap capin &lt;/P&gt;&lt;P&gt;show cap asp | include x.x.x.x (Switch Ip)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you ping the Switch interface from the ASA?&lt;/P&gt;&lt;P&gt;Can you ping the ASA from the switch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 05:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114329#M357273</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-01-31T05:33:03Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114330#M357274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asa01(config)# sh cap capin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 packets captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 21:59:03.583343 802.1Q vlan#240 P0 192.168.1.2.56686 &amp;gt; 192.168.1.1.22: S 2251599477:2251599477(0) win 4128 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 21:59:05.586990 802.1Q vlan#240 P0 192.168.1.2.56686 &amp;gt; 192.168.1.1.22: S 2251599477:2251599477(0) win 4128 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 21:59:09.588577 802.1Q vlan#240 P0 192.168.1.2.56686 &amp;gt; 192.168.1.1.22: S 2251599477:2251599477(0) win 4128 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4: 21:59:17.591659 802.1Q vlan#240 P0 192.168.1.2.56686 &amp;gt; 192.168.1.1.22: S 2251599477:2251599477(0) win 4128 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;4 packets shown&lt;/P&gt;&lt;P&gt;asa01(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asa01(config)# sh cap asp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 packet captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 packet shown&lt;/P&gt;&lt;P&gt;asa01(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you ping the Switch interface from the ASA?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- Yes&lt;/P&gt;&lt;P&gt;Can you ping the ASA from the switch? - Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 06:04:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114330#M357274</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2013-01-31T06:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114331#M357275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your problem has something to do with incompartability of ssh versions (1,2) current/allowed key size or smth between an ASA and your switch . Try to regenerate keys with greater/lower modulus size, check ssh version on a switch, try to connect not from a sitch but from some ssh-client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 06:47:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114331#M357275</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-01-31T06:47:18Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114332#M357276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your ideas. I reduced key size from 2k to 1k but it still didn't work. From same switch I can ssh to ASA's public IP but I tried from ssh client on a server but encountered same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 06:56:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114332#M357276</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2013-01-31T06:56:03Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114333#M357277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the ASA version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 07:24:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114333#M357277</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2013-01-31T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114334#M357278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is a "known" issue.&amp;nbsp; I had this ssh issue several years on a Pix525 (telnet worked but not ssh) on the "inside" interface.&amp;nbsp; SSH was working before on the "inside" interface for a long time and all of the sudden, it just stopped working &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After 3 months of troubleshooting with TAC, it went nowhere and I had to reboot the Pix to fix the issue.&amp;nbsp; TAC was not helpful at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either waste a lot time with TAC or just reboot the box.&amp;nbsp; 99.99% of the time, a reboot will fix it.&amp;nbsp; Remember, sometime the ASA box behaves just like Microsoft Windows &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 10:33:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114334#M357278</guid>
      <dc:creator>david.tran</dc:creator>
      <dc:date>2013-01-31T10:33:42Z</dc:date>
    </item>
    <item>
      <title>can't SSH to inside interface on ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114335#M357279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adaptive Security Appliance Software Version 8.2(5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes David, that was it. I had seen this with Pix and thought of rebooting but couldn't believe this can happen again. It gave me a lot of headache. Worked after reboot. Thanks so much all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 14:40:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-inside-interface-on-asa/m-p/2114335#M357279</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2013-01-31T14:40:43Z</dc:date>
    </item>
  </channel>
</rss>

