<?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 SSH to Admin Context in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914413#M437170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You are right. I am able to ssh now. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2012 17:18:04 GMT</pubDate>
    <dc:creator>joe.ho</dc:creator>
    <dc:date>2012-05-14T17:18:04Z</dc:date>
    <item>
      <title>Cannot SSH to Admin Context</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914411#M437144</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am having problem ssh to the admin context but I am able ssh to other contexts. I even put my laptop to the same subnet as the admin context I can ping the admin context dmz2 interface but not able to ssh. Here is the configuration. Am I overlook something? Thanks for helping out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA Version 8.4(1) &amp;lt;context&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface DMZ2&lt;BR /&gt;nameif dmz2&lt;BR /&gt;security-level 90&lt;BR /&gt;ip address 8.0.245.34 255.255.255.240 standby 8.0.245.35 &lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0 &lt;BR /&gt;management-only&lt;BR /&gt;!&lt;BR /&gt;access-list dmz2_access_in extended permit ip any any &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu dmz2 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;access-group dmz2_access_in in interface dmz2&lt;BR /&gt;route dmz2 0.0.0.0 0.0.0.0 8.0.245.33 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;aaa authentication ssh console LOCAL &lt;BR /&gt;aaa authentication telnet console LOCAL &lt;BR /&gt;aaa authentication http console LOCAL &lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;BR /&gt;http 0.0.0.0 0.0.0.0 dmz2&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;telnet 161.108.185.0 255.255.255.0 dmz2&lt;BR /&gt;telnet 0.0.0.0 0.0.0.0 dmz2&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 dmz2&lt;BR /&gt;ssh timeout 5 &lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;BR /&gt;dhcpd enable management&lt;BR /&gt;!&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;username abcd password xxxxxxxxxxxx encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;Cryptochecksum:9c43a894b2b286bfb2c7169813851ce0&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:05:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914411#M437144</guid>
      <dc:creator>joe.ho</dc:creator>
      <dc:date>2019-03-11T23:05:57Z</dc:date>
    </item>
    <item>
      <title>Cannot SSH to Admin Context</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914412#M437155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;PRE&gt;There may be an issue with crypto-keys in the admin context. Could you generate the crypto keys using &lt;BR /&gt;"crypto key generate rsa modulas 1024" and try?&lt;/PRE&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 20:45:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914412#M437155</guid>
      <dc:creator>srereddy</dc:creator>
      <dc:date>2012-05-11T20:45:26Z</dc:date>
    </item>
    <item>
      <title>Cannot SSH to Admin Context</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914413#M437170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You are right. I am able to ssh now. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 17:18:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-admin-context/m-p/1914413#M437170</guid>
      <dc:creator>joe.ho</dc:creator>
      <dc:date>2012-05-14T17:18:04Z</dc:date>
    </item>
  </channel>
</rss>

