<?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: ssh connection problem on ASA management interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4399471#M1080612</link>
    <description>&lt;P&gt;I am assuming you also created a local username:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add these 2 commands:&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 17:16:09 GMT</pubDate>
    <dc:creator>pjweintraub0206</dc:creator>
    <dc:date>2021-05-07T17:16:09Z</dc:date>
    <item>
      <title>ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314601#M1079670</link>
      <description>&lt;P&gt;Here is part of the config:&lt;/P&gt;&lt;P&gt;new firewall (without config )&lt;/P&gt;&lt;P&gt;Just Ip management&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ASA Version 9.15(1)1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group14-sha1&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 mgmt&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;nameif mgmt&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 172.29.100.71 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source (PING etc )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping 172.29.100.71&lt;BR /&gt;PING 172.29.100.71 (172.29.100.71) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 172.29.100.71: icmp_seq=1 ttl=254 time=0.461 ms&lt;BR /&gt;64 bytes from 172.29.100.71: icmp_seq=2 ttl=254 time=0.672 ms&lt;BR /&gt;64 bytes from 172.29.100.71: icmp_seq=3 ttl=254 time=0.520 ms&lt;BR /&gt;^C64 bytes from 172.29.100.71: icmp_seq=4 ttl=254 time=0.590 ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh -l xxxxx 172.29.100.71&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Connection closed by 172.29.100.71&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh ssh&lt;BR /&gt;Idle Timeout: 5 minutes&lt;BR /&gt;Version allowed: 2&lt;BR /&gt;Cipher encryption algorithms enabled: aes256-ctr aes256-cbc aes192-ctr aes192-cbc aes128-ctr aes128-cbc&lt;BR /&gt;Cipher integrity algorithms enabled: hmac-sha2-256&lt;/P&gt;&lt;P&gt;Hosts allowed to ssh into the system:&lt;BR /&gt;0.0.0.0 0.0.0.0 mgmt&lt;BR /&gt;FW04#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 16:30:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314601#M1079670</guid>
      <dc:creator>Alex Ribas</dc:creator>
      <dc:date>2021-03-26T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314603#M1079671</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/89946"&gt;@Alex Ribas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you run generated an RSA key pair? If not run "&lt;STRONG&gt;crypto key generate rsa modulus 2048&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 16:33:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314603#M1079671</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-03-26T16:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314605#M1079672</link>
      <description>&lt;P&gt;Yes I did&lt;/P&gt;&lt;P&gt;crypto key generate rsa general-keys modulus 2048&lt;BR /&gt;WARNING: You have a RSA keypair already defined named &amp;lt;Default-RSA-Key&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many times&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 16:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314605#M1079672</guid>
      <dc:creator>Alex Ribas</dc:creator>
      <dc:date>2021-03-26T16:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314608#M1079673</link>
      <description>&lt;P&gt;crypto key generate rsa modulus 2048&lt;BR /&gt;INFO: The name for the keys will be: &amp;lt;Default-RSA-Key&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;Keypair generation process begin. Please wait...&lt;/STRONG&gt;&lt;BR /&gt;FW04(config)#&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 16:48:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314608#M1079673</guid>
      <dc:creator>Alex Ribas</dc:creator>
      <dc:date>2021-03-26T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314612#M1079674</link>
      <description>&lt;P&gt;The ASA is possibly missing a route back to the network that you're accessing the ASA on. I'd check that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Type in show management-access.. if it returns nothing then use:&amp;nbsp; management-access management (to manage from management interface) or the interface might be shut down.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 16:54:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314612#M1079674</guid>
      <dc:creator>chadbaird2431</dc:creator>
      <dc:date>2021-03-26T16:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314622#M1079676</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Think this is issue&lt;/P&gt;&lt;P&gt;ssh admfw@172.29.100.71&lt;BR /&gt;The authenticity of host '172.29.100.71 (172.29.100.71)' can't be established.&lt;BR /&gt;RSA1 key fingerprint is 6b:00:4f:d4:6f:fe:53:8a:48:49:60:28:08:7c:64:8c.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;Warning: Permanently added '172.29.100.71' (RSA1) to the list of known hosts.&lt;BR /&gt;Selected cipher type &amp;lt;unknown&amp;gt; not supported by server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;Licensed features for this platform:&lt;BR /&gt;Maximum Physical Interfaces : Unlimited perpetual&lt;BR /&gt;Maximum VLANs : 150 perpetual&lt;BR /&gt;Inside Hosts : Unlimited perpetual&lt;BR /&gt;Failover : Active/Active perpetual&lt;BR /&gt;Encryption-DES : Enabled perpetual&lt;BR /&gt;Encryption-3DES-AES : Disabled perpetual&lt;BR /&gt;Security Contexts : 2 perpetual&lt;BR /&gt;Carrier : Disabled perpetual&lt;BR /&gt;AnyConnect Premium Peers : 4 perpetual&lt;BR /&gt;AnyConnect Essentials : Disabled perpetual&lt;BR /&gt;Other VPN Peers : 300 perpetual&lt;BR /&gt;Total VPN Peers : 300 perpetual&lt;BR /&gt;AnyConnect for Mobile : Disabled perpetual&lt;BR /&gt;AnyConnect for Cisco VPN Phone : Disabled perpetual&lt;BR /&gt;Advanced Endpoint Assessment : Disabled perpetual&lt;BR /&gt;Shared License : Disabled perpetual&lt;BR /&gt;Total TLS Proxy Sessions : 1000 perpetual&lt;BR /&gt;Botnet Traffic Filter : Disabled perpetual&lt;BR /&gt;Cluster : Disabled perpetual&lt;BR /&gt;VPN Load Balancing : Enabled perpetual&lt;/P&gt;&lt;P&gt;Serial Number: xxxxxxxxxxx&lt;BR /&gt;Running Permanent Activation Key: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000&lt;BR /&gt;Configuration register is 0x1&lt;BR /&gt;Image type : Release&lt;BR /&gt;Key Version : A&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FW04(config)# sh ssh&lt;BR /&gt;Idle Timeout: 5 minutes&lt;BR /&gt;Versions allowed: 1 and 2&lt;BR /&gt;Cipher encryption algorithms enabled: aes128-cbc aes192-cbc aes256-cbc aes128-ctr aes192-ctr aes256-ctr&lt;BR /&gt;Cipher integrity algorithms enabled: hmac-sha1 hmac-sha1-96&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 17:14:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314622#M1079676</guid>
      <dc:creator>Alex Ribas</dc:creator>
      <dc:date>2021-03-26T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314625#M1079677</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/89946"&gt;@Alex Ribas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Encryption-3DES-AES : &lt;STRONG&gt;Disabled&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't have the 3DES license so you cannot SSH to the ASA. You'll need to go &lt;A href="https://software.cisco.com/software/swift/lrp/#/pak" target="_blank"&gt;https://software.cisco.com/software/swift/lrp/#/pak&lt;/A&gt; and request an activation key (free).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 17:22:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4314625#M1079677</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-03-26T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4399471#M1080612</link>
      <description>&lt;P&gt;I am assuming you also created a local username:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add these 2 commands:&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 17:16:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4399471#M1080612</guid>
      <dc:creator>pjweintraub0206</dc:creator>
      <dc:date>2021-05-07T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: ssh connection problem on ASA management interface</title>
      <link>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4400117#M1080633</link>
      <description>&lt;P&gt;crypto key zeroize rsa&lt;BR /&gt;crypto key generate rsa modulus 2048&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;username ssh password&lt;BR /&gt;ssh 172.29.100.0 255.255.255.0 mgmt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mauri&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 08:36:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-connection-problem-on-asa-management-interface/m-p/4400117#M1080633</guid>
      <dc:creator>Maurizio Caloro</dc:creator>
      <dc:date>2021-05-10T08:36:26Z</dc:date>
    </item>
  </channel>
</rss>

