<?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 how to enable ssh on ASA 5525 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009827#M400723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the SSH goes through the ASA it has to be allowed. Where is your client when you try to SSH and into which router do you want to login?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 13:38:10 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2012-08-27T13:38:10Z</dc:date>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009812#M400705</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; May I know how to configure for remote accessing ASA 5525 via ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issued the following commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 10.60.0.0 255.255.0.0 outside&lt;/P&gt;&lt;P&gt;ssh 10.60.0.0 255.255.0.0 dmz&lt;/P&gt;&lt;P&gt;ssh 10.60.0.0 255.255.0.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am not able to access ASA via ssh. Do I need to add any other command&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:43:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009812#M400705</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2019-03-11T23:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009813#M400706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need a public/private keypair:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;asa(config)# crypto key generate rsa general-keys modulus 2048&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a username:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;asa(config)# username testuser password testpass&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the system should know where your useraccounts are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;asa(config)# aaa authentication ssh console LOCAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: And only allowing SSHv2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;asa(config)# ssh version 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 21:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009813#M400706</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-16T21:26:42Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009814#M400707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to ssh into the inside interface but not to the outside interface or dmz&lt;/P&gt;&lt;P&gt;Should I need to add any access list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 15:36:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009814#M400707</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-21T15:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009815#M400710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The two most important rules for the ASA:&lt;/P&gt;&lt;P&gt;1) Interface-ACLs are never involved when the communication is to the ASA (which is different to an IOS-router)&lt;/P&gt;&lt;P&gt;2) You can only reach the nearest interface when communicating to the ASA (again a difference to the router). The only exception is communication through a VPN where a configured Mgmt-interface can be reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;/P&gt;&lt;P&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 15:57:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009815#M400710</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-21T15:57:16Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009816#M400712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will I be able to ssh into the ASA using it's Public IP address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 17:04:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009816#M400712</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-22T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009817#M400713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes: "ssh 0.0.0.0 0.0.0.0 outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 20:14:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009817#M400713</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-22T20:14:25Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009818#M400714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karsten &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 19:54:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009818#M400714</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-23T19:54:44Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009819#M400715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; How to configure the ssh for outside interface in the cisco Router 2800&lt;/P&gt;&lt;P&gt;I have configured the following on the outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended dsl-in&lt;/P&gt;&lt;P&gt; permit icmp any host 67.*.*.*&lt;/P&gt;&lt;P&gt; permit tcp any host 67.*.*.* eq 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not able to ssh from outside . Following is the overload for the outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source route-map dsl-nat interface FastEthernet0/2/0 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended pat-out&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; ip any 10.0.0.0 0.255.255.255&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; ip any 192.168.0.0 0.0.255.255&lt;/P&gt;&lt;P&gt; permit ip 10.10.0.0 0.0.255.255 any&lt;/P&gt;&lt;P&gt; permit ip 10.20.0.0 0.0.255.255 any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;l&lt;/P&gt;&lt;P&gt;route-map dsl-nat permit 10&lt;/P&gt;&lt;P&gt; match interface FastEthernet0/2/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 18:25:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009819#M400715</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-24T18:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009820#M400716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The route-map is missing your acl "pat-out". And on the router you also need the piblic/private keypair. A SSH-config could look like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;crypto key generate rsa general-keys modulus 2048 label SSH-KEYS &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ip ssh version 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ip ssh rsa keypair-name SSH-KEYS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ip ssh dh min size 2048 &lt;/SPAN&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 19:22:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009820#M400716</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-24T19:22:50Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009821#M400717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ip ssh dh min size 2048 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the first 3 commands&lt;/P&gt;&lt;P&gt;on 4th one , there is no option for dh after #ip ssh ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authentication-retries&amp;nbsp; Specify number of authentication retries&lt;/P&gt;&lt;P&gt;&amp;nbsp; break-string&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break-string&lt;/P&gt;&lt;P&gt;&amp;nbsp; logging&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; Configure logging for SSH&lt;/P&gt;&lt;P&gt;&amp;nbsp; maxstartups&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maximum concurrent sessions allowed&lt;/P&gt;&lt;P&gt;&amp;nbsp; port&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;&amp;nbsp; Starting (or only) Port number to listen on&lt;/P&gt;&lt;P&gt;&amp;nbsp; rsa&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;&amp;nbsp;&amp;nbsp; Configure RSA keypair name for SSH&lt;/P&gt;&lt;P&gt;&amp;nbsp; source-interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specify interface for source address in SSH&lt;/P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connections&lt;/P&gt;&lt;P&gt;&amp;nbsp; time-out&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; Specify SSH time-out interval&lt;/P&gt;&lt;P&gt;&amp;nbsp; version&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; Specify protocol version to be supported&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 20:19:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009821#M400717</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-24T20:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009822#M400718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That command is not mandatory. It just makes sure that stronger cryptograhy has to be used. But it's only available in very new IOS-versions. SSH will work without that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 20:40:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009822#M400718</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-24T20:40:16Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009823#M400719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still not able to ssh from outside using the public ip. It is a cisco 2800 router&lt;/P&gt;&lt;P&gt;when, I issue the command, it sows the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#$generate rsa general-keys modulus 2048 label SSH-KEYS&lt;/P&gt;&lt;P&gt;% You already have RSA keys defined named SSH-KEYS.&lt;/P&gt;&lt;P&gt;% They will be replaced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% The key modulus size is 2048 bits&lt;/P&gt;&lt;P&gt;% Generating 2048 bit RSA keys, keys will be non-exportable...[OK]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 12:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009823#M400719</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-27T12:58:20Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009824#M400720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then you already have the keys ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your actual config? Any Log-messages while you try to connect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:02:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009824#M400720</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-27T13:02:07Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009825#M400721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have recently installed ASA 5525 firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router1 ------MPLS------Router2-------ASA &lt;/P&gt;&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;&amp;nbsp;&amp;nbsp; |&lt;/P&gt;&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; Router3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the ASA blocking ssh for Router 1 and Router 3 ? I am able to ssh with private ips but not with public ips&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:22:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009825#M400721</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-27T13:22:33Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009826#M400722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Routers have separate DSL connections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:26:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009826#M400722</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-27T13:26:10Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009827#M400723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the SSH goes through the ASA it has to be allowed. Where is your client when you try to SSH and into which router do you want to login?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:38:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009827#M400723</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-27T13:38:10Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009828#M400724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Router1 (10.30.0.1 public IP 67.*.*.*)&amp;nbsp; Router 3 (172.16.0.1 public ip 212. *.*.*)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 172.16.*.* network , I am able to ssh into Router1 using private ip but not using public IP. Outside the company network also I am not able to ssh using public IP. But from the same network (10.30.0.0), I am able to ssh using public ip. Same for Router 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:48:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009828#M400724</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-27T13:48:19Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009829#M400725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Router1 ------MPLS------Router2-------ASA &lt;/P&gt;&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;&amp;nbsp; |&lt;/P&gt;&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; Router3&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Router1 (10.30.0.1 public IP 67.*.*.*) Router 3 (172.16.0.1 public ip 212. *.*.*) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 172.16.*.* network , I am able to ssh into Router1 using private ip but not using public IP. Outside the company network also I am not able to ssh using public IP. But from the same network (10.30.0.0), I am able to ssh using public ip. Same for Router 3&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:20:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009829#M400725</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-28T13:20:02Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009830#M400726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what doesn't work is the following:&lt;/P&gt;&lt;P&gt;PC in 172.16.x.x connects via R3-DSL to R1-DSL? But the PC can reach other ressources in the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the NAT, ACL and SSH-config from R1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:25:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009830#M400726</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-28T13:25:25Z</dc:date>
    </item>
    <item>
      <title>how to enable ssh on ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009831#M400727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ip nat inside source route-map dsl-nat interface FastEthernet0/2/0 overload&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended dsl-in&lt;BR /&gt; permit icmp any host 67.*.*.*&lt;BR /&gt; permit tcp any eq 22 host 67.*.*.*&lt;BR /&gt; permit tcp any host 67.*.*.* eq 22&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;logging trap debugging&lt;BR /&gt;logging facility local2&lt;BR /&gt;dialer-list 1 protocol ip permit&lt;BR /&gt;snmp-server community s3cur3 RO snmp&lt;BR /&gt;no cdp run&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;route-map dsl-nat permit 10&lt;BR /&gt; match interface FastEthernet0/2/0&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt; login authentication local_auth&lt;BR /&gt; transport output telnet&lt;BR /&gt;line aux 0&lt;BR /&gt; exec-timeout 15 0&lt;BR /&gt; login authentication local_auth&lt;BR /&gt; transport output telnet&lt;BR /&gt;line vty 0 4&lt;BR /&gt; privilege level 15&lt;BR /&gt; login authentication local_auth&lt;BR /&gt; transport input telnet ssh&lt;BR /&gt;line vty 5 15&lt;BR /&gt; login authentication local_auth&lt;BR /&gt; transport input telnet ssh&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect udp idle-time 1800&lt;/P&gt;&lt;P&gt;ip inspect dns-timeout 7&lt;/P&gt;&lt;P&gt;ip inspect tcp idle-time 14400&lt;/P&gt;&lt;P&gt;ip inspect tcp finwait-time 60&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW cuseeme&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW dns&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW ftp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW h323&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW https&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW icmp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW imap&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW pop3&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW netshow&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW rcmd&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW realaudio&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW rtsp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW esmtp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW sqlnet&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW streamworks&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW tftp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW tcp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW udp&lt;/P&gt;&lt;P&gt;ip inspect name SDM_LOW vdolive&lt;/P&gt;&lt;P&gt; ip inspect SDM_LOW out&lt;/P&gt;&lt;P&gt; ip inspect SDM_LOW out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I allow inspect for ssh?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 14:25:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-enable-ssh-on-asa-5525/m-p/2009831#M400727</guid>
      <dc:creator>purpletech</dc:creator>
      <dc:date>2012-08-28T14:25:24Z</dc:date>
    </item>
  </channel>
</rss>

