<?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 ASA ssh access issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831059#M974233</link>
    <description>&lt;P&gt;I'm trying to establish remote access to my ASA; I can ping it, but telnet and ssh both are refused immediately. I know that Telnet isn't allowed into an outside interface, but ssh still doesn't work (I've already generated an rsa key, also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This device has an inside network, DMZ (unused) and two outside networks; see below for relevant config lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# sh run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; description FLR FIBER LINK&lt;/P&gt;&lt;P&gt; nameif flr&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 10.1.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; description SFCC LAN&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 10.1.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; nameif DMZ&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt; description TEMP 10MB INTERNET&lt;/P&gt;&lt;P&gt; nameif sfcc&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address xxx.xxx.xxx.xxx 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.xx.xx 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (sfcc) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list &lt;/P&gt;&lt;P&gt;nat (inside) 1 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;route sfcc aaa.aaa.0.0 255.255.0.0 xxx.xxx.xxx.xxx (next hop)&lt;/P&gt;&lt;P&gt;route sfcc 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx (next hop)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;http 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 150.176.0.0 255.255.0.0 sfcc&lt;/P&gt;&lt;P&gt;telnet 150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;telnet 192.168.0.0 255.255.254.0 inside&lt;/P&gt;&lt;P&gt;telnet 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 150.176.0.0 255.255.0.0 sfcc&lt;/P&gt;&lt;P&gt;ssh 150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;ssh 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh 150.176.0.0 255.255.0.0 sfcc&lt;/P&gt;&lt;P&gt;management-access sfcc&lt;/P&gt;&lt;P&gt;ASA#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:17:45 GMT</pubDate>
    <dc:creator>drumrb0y</dc:creator>
    <dc:date>2019-03-11T11:17:45Z</dc:date>
    <item>
      <title>ASA ssh access issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831059#M974233</link>
      <description>&lt;P&gt;I'm trying to establish remote access to my ASA; I can ping it, but telnet and ssh both are refused immediately. I know that Telnet isn't allowed into an outside interface, but ssh still doesn't work (I've already generated an rsa key, also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This device has an inside network, DMZ (unused) and two outside networks; see below for relevant config lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# sh run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; description FLR FIBER LINK&lt;/P&gt;&lt;P&gt; nameif flr&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 10.1.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; description SFCC LAN&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 10.1.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; nameif DMZ&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt; description TEMP 10MB INTERNET&lt;/P&gt;&lt;P&gt; nameif sfcc&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address xxx.xxx.xxx.xxx 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.xx.xx 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (sfcc) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list &lt;/P&gt;&lt;P&gt;nat (inside) 1 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;route sfcc aaa.aaa.0.0 255.255.0.0 xxx.xxx.xxx.xxx (next hop)&lt;/P&gt;&lt;P&gt;route sfcc 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx (next hop)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;http 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 150.176.0.0 255.255.0.0 sfcc&lt;/P&gt;&lt;P&gt;telnet 150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;telnet 192.168.0.0 255.255.254.0 inside&lt;/P&gt;&lt;P&gt;telnet 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 150.176.0.0 255.255.0.0 sfcc&lt;/P&gt;&lt;P&gt;ssh 150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;ssh 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh 150.176.0.0 255.255.0.0 sfcc&lt;/P&gt;&lt;P&gt;management-access sfcc&lt;/P&gt;&lt;P&gt;ASA#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:17:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831059#M974233</guid>
      <dc:creator>drumrb0y</dc:creator>
      <dc:date>2019-03-11T11:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ssh access issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831060#M974234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check your rsa key pair using&lt;/P&gt;&lt;P&gt;6.x show ca mypubkey rsa&lt;/P&gt;&lt;P&gt;7.x show crypto key mypubkey rsa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check the versions running using show ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you changed the domain name, zeroize then&lt;/P&gt;&lt;P&gt;then regenerate a new RSA key pair&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post your OS version so we can check it for bugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;arburt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:35:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831060#M974234</guid>
      <dc:creator>arburt</dc:creator>
      <dc:date>2007-09-27T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ssh access issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831061#M974235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have yet to successfully connect with ssh, so I haven't even established a key pair yet; to be thorough, I deleted all keys off of my ssh client, then zeroized and regenerated keys on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sh ver:  7.2(1)&lt;/P&gt;&lt;P&gt;DR-ASA1#  sh ssh&lt;/P&gt;&lt;P&gt;Timeout: 60 minutes&lt;/P&gt;&lt;P&gt;Versions allowed: 1 and 2   (my ssh client can run both)&lt;/P&gt;&lt;P&gt;150.176.0.0 255.255.0.0 flr&lt;/P&gt;&lt;P&gt;10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;150.176.0.0 255.255.0.0 sfcc  (connecting to)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I get when trying to connect is that the host is unreachable, but I can ping the interface fine. The problem might not be the device, but I wanted a second opinion that it isn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 10:06:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831061#M974235</guid>
      <dc:creator>drumrb0y</dc:creator>
      <dc:date>2007-09-27T10:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ssh access issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831062#M974236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to do an ssh debug, to check if the session is really hitting your pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, check if the ssh client is behind a firewall and if ssh is not permitted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arburt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 03:49:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-access-issue/m-p/831062#M974236</guid>
      <dc:creator>arburt</dc:creator>
      <dc:date>2007-09-28T03:49:06Z</dc:date>
    </item>
  </channel>
</rss>

