<?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: Configuring secure remote access to ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162000#M877258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Yes, these commands are correct assuming the addresses and subnet masks you list indicate addresses you want to allow management access to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) No, you can also configure individual accounts for your users who need management access. You can create a user with the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# user &lt;USERNAME&gt; password &lt;PASSWORD&gt; privilege &lt;LEVEL&gt;&lt;/LEVEL&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, you can set privilege levels for each user to determine how much access they are allowed to have. For example, a user with privilege level 15 has full access. A user with level 5 has read-only access and so on. You can achieve a high amount of granularity here as well by specifying which accounts certain privilege levels are able to access (see 'privilege' command reference below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have your user accounts configured, you simply need to configure the ASA to authenticate management access with the local user account database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;hostname(config)# aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some links that describe these commands also:&lt;/P&gt;&lt;P&gt;username:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/uz_72.html#wp1410096" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/uz_72.html#wp1410096&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication console:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/a1_72.html#wp1437931" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/a1_72.html#wp1437931&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/p_72.html#wp1732123" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/p_72.html#wp1732123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jan 2009 15:35:32 GMT</pubDate>
    <dc:creator>robertson.michael</dc:creator>
    <dc:date>2009-01-24T15:35:32Z</dc:date>
    <item>
      <title>Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1161999#M877257</link>
      <description>&lt;P&gt;We have IPSEC access to the ASA.  The users authenticate using username and password. HTTPS has also been enabled on the ASA. We would like to limit remote management access to the ASA. &lt;/P&gt;&lt;P&gt;1)Are the following configurations accurate?&lt;/P&gt;&lt;P&gt;hostname(config)#ssh 192.x.x.202 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;hostname(config)#ssh 207.x.x.204 255.255.255.240 outside&lt;/P&gt;&lt;P&gt;hostname(config)#http 192.x.x.202 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;hostname(config)#http 207.x.x.202 255.255.255.240 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Is the enable password the only key feature that keeps remote access users from the management console(s) of the ASA? &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:41:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1161999#M877257</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2019-03-11T14:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162000#M877258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Yes, these commands are correct assuming the addresses and subnet masks you list indicate addresses you want to allow management access to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) No, you can also configure individual accounts for your users who need management access. You can create a user with the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# user &lt;USERNAME&gt; password &lt;PASSWORD&gt; privilege &lt;LEVEL&gt;&lt;/LEVEL&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, you can set privilege levels for each user to determine how much access they are allowed to have. For example, a user with privilege level 15 has full access. A user with level 5 has read-only access and so on. You can achieve a high amount of granularity here as well by specifying which accounts certain privilege levels are able to access (see 'privilege' command reference below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have your user accounts configured, you simply need to configure the ASA to authenticate management access with the local user account database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;hostname(config)# aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some links that describe these commands also:&lt;/P&gt;&lt;P&gt;username:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/uz_72.html#wp1410096" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/uz_72.html#wp1410096&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication console:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/a1_72.html#wp1437931" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/a1_72.html#wp1437931&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/p_72.html#wp1732123" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/p_72.html#wp1732123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 15:35:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162000#M877258</guid>
      <dc:creator>robertson.michael</dc:creator>
      <dc:date>2009-01-24T15:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162001#M877261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure that we can say that these commands are really correct until we get a better understanding of what Said is really trying to do. He is specifying two addresses that look like host addresses:&lt;/P&gt;&lt;P&gt;192.x.x.202&lt;/P&gt;&lt;P&gt;207.x.x.204&lt;/P&gt;&lt;P&gt;but he is specifying them with subnet masks (and the addresses specified are not the base subnet address for either of the masks)&lt;/P&gt;&lt;P&gt;192.x.x.202 255.255.255.0&lt;/P&gt;&lt;P&gt;207.x.x.204 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if Said can clarify what he really wants the restriction to be (is it the specific host or is it the whole subnet, or what) then we are in a better position to say whether the commands are ok or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 02:14:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162001#M877261</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-01-26T02:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162002#M877265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made up the hosts IPs for security for this question. We want to lock access to remote management of the ASA and the router.  My question was how to restrict remote and internal management to specific hosts. If you can assist on the router as well, I would appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 11:01:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162002#M877265</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2009-01-26T11:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162003#M877267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick,&lt;/P&gt;&lt;P&gt;The question applies to HTTPS and SSH. Guidance/config for 1. totally locking remote management from outside of the LAN, 2. enabling specific IPs from outside, 3. specific LAN IPs would be appreciated.Thanks.&lt;/P&gt;&lt;P&gt;Said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 11:18:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162003#M877267</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2009-01-26T11:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162004#M877269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will the command "no ssh 0.0.0.0 0.0.0.0 outside" allow VPN client users access to network resources?  We want to disable management of the networking devices from outside of the network, yet allow access to network resources by VPN Client users.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 16:35:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162004#M877269</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2009-02-06T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring secure remote access to ASA</title>
      <link>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162005#M877271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Said&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that there may be some syntax issues in what you are suggesting. If you do enter the command:no ssh 0.0.0.0 0.0.0.0 outside what it would do would be to look for the command:ssh 0.0.0.0 0.0.0.0 outside and if it found the command it would remove the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are trying to accomplish is to prevent SSH access through the outside interface. To do that just be sure that there is no SSH command that uses the outside parameter. I do not believe that there is any single command that says do not allow any SSH access through the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you have enabled SSH on the outside interface or not has no impact on VPN users access to network resources (other than the ASA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 20:39:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-secure-remote-access-to-asa/m-p/1162005#M877271</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-02-06T20:39:32Z</dc:date>
    </item>
  </channel>
</rss>

