<?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 It now works... I had to add in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862628#M172456</link>
    <description>&lt;P&gt;It now works... I had to add this:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object-group service Port2222 tcp&lt;BR /&gt; port-object eq 2222&lt;BR /&gt;access-list outside_access_in_1 extended permit tcp any object SSH_2222_Raspberry_Pi object-group Port2222 &lt;/PRE&gt;</description>
    <pubDate>Thu, 18 Feb 2016 17:27:44 GMT</pubDate>
    <dc:creator>sergioloporto</dc:creator>
    <dc:date>2016-02-18T17:27:44Z</dc:date>
    <item>
      <title>Get SSH access from outside on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862626#M172454</link>
      <description>&lt;P&gt;Hello, I am trying to add SSH access from Outside (public IP) on my ASA 5505, but it's not working. Even after adding SSH 0.0.0.0 outside and&amp;nbsp;&lt;SPAN&gt;management-access outside is not working.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Result of the command: "show run"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ASA Version 9.2(3)4 &lt;BR /&gt;!&lt;BR /&gt;hostname &lt;SPAN&gt;xxxx&lt;/SPAN&gt;asa&lt;BR /&gt;enable password xxxx&amp;nbsp;encrypted&lt;BR /&gt;passwd &lt;SPAN&gt;xxxx&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.2 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address dhcp setroute &lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa923-4-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone Warsaw 1&lt;BR /&gt;clock summer-time Warsaw recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network SSH_2222_Raspberry_Pi&lt;BR /&gt; host 192.168.1.28&lt;BR /&gt; description Raspberry_Pi&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-741.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;BR /&gt;object network SSH_2222_Raspberry_Pi&lt;BR /&gt; nat (inside,outside) static interface service tcp 2222 2222 &lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL &lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt; no validation-usage&lt;BR /&gt; crl configure&lt;BR /&gt;crypto ca trustpoint ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt; enrollment self&lt;BR /&gt; fqdn none&lt;BR /&gt; subject-name CN=192.168.1.26,CN=&lt;SPAN&gt;xxxx&lt;/SPAN&gt;asa&lt;BR /&gt; keypair ASDM_LAUNCHER&lt;BR /&gt; crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt; certificate ca &lt;SPAN&gt;xxxx&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt; quit&lt;BR /&gt;crypto ca certificate chain ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt; certificate &lt;SPAN&gt;xxxx&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt; quit&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access outside&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcprelay server 192.168.1.1 outside&lt;BR /&gt;dhcprelay enable inside&lt;BR /&gt;dhcprelay setroute inside&lt;BR /&gt;dhcprelay timeout 60&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ssl trust-point ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt;username &lt;SPAN&gt;xxxx &lt;/SPAN&gt;password &lt;SPAN&gt;xxxx&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;encrypted&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 global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect icmp &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:&lt;SPAN&gt;xxxx&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;: end&lt;/PRE&gt;
&lt;P&gt;Can anybody help?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862626#M172454</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2019-03-12T07:19:21Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862627#M172455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you ssh from Inside? Try to re-generate crypto keys.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 05:58:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862627#M172455</guid>
      <dc:creator>johnd2310</dc:creator>
      <dc:date>2016-02-18T05:58:18Z</dc:date>
    </item>
    <item>
      <title>It now works... I had to add</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862628#M172456</link>
      <description>&lt;P&gt;It now works... I had to add this:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object-group service Port2222 tcp&lt;BR /&gt; port-object eq 2222&lt;BR /&gt;access-list outside_access_in_1 extended permit tcp any object SSH_2222_Raspberry_Pi object-group Port2222 &lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Feb 2016 17:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862628#M172456</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-02-18T17:27:44Z</dc:date>
    </item>
    <item>
      <title>were you trying to SSH to the</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862629#M172457</link>
      <description>&lt;P&gt;were you trying to SSH to the ASA itself or to a device behind the ASA? &amp;nbsp;From your post it sounds like you were trying to access the ASA.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 08:06:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862629#M172457</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-02-20T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Actually both of them. None</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862630#M172458</link>
      <description>&lt;P&gt;Actually both of them. None was working. But now I can SSH the ASA on port 22 and the device inside on port 2222.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 08:08:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862630#M172458</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-02-20T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Just with my security hat on</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862631#M172459</link>
      <description>&lt;P&gt;Just with my security hat on I would say that having SSH listening on your outside Interface to any source is a really, really bad idea so if you can avoid this then I'd suggest that you do.&lt;/P&gt;
&lt;P&gt;As an alternative how about VPN'ing in and then using an internal server to access SSH management on your ASA?&lt;/P&gt;
&lt;P&gt;Failing that, at least only allow your own IP(s) on the outside interface, 0.0.0.0 means anybody can have a try.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 13:29:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862631#M172459</guid>
      <dc:creator>David99</dc:creator>
      <dc:date>2016-02-20T13:29:39Z</dc:date>
    </item>
    <item>
      <title>I plan to change the</title>
      <link>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862632#M172460</link>
      <description>&lt;P&gt;I plan to change the listening port to a different one. And the password is very complicated. I know it's not perfect, but for now I'll use it like this. In future I'll use a jumpserver, without VPN.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 18:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-ssh-access-from-outside-on-asa-5505/m-p/2862632#M172460</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-02-20T18:46:52Z</dc:date>
    </item>
  </channel>
</rss>

