<?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: Disable pre shared key attribute for Remote Access w/ ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924236#M420532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preshared key was the password defined here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup username password blah &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that served the same purpose as the tunnel-group preshared key.  They are functionally equivalent.&lt;/P&gt;&lt;P&gt;in 7.x and later, the tunnel-group name takes the place of the vpngroup name , and the preshared key attribute takes the place of the vpngroup password..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 01:26:57 GMT</pubDate>
    <dc:creator>srue</dc:creator>
    <dc:date>2007-12-04T01:26:57Z</dc:date>
    <item>
      <title>Disable pre shared key attribute for Remote Access w/ ASA</title>
      <link>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924233#M420527</link>
      <description>&lt;P&gt;We just started configuring ASAs for VPN access after years of using the PIX. One of the biggest changes that I have noticed for the Remote Client Access is the use of a pre-shared key. Is there a way to disable the pre-shared-key  attribute under the tunnel-group &amp;lt;groupname&amp;gt; ipsec-attributes and just require clients to authenticate with the username/password combination like in the 6.3(5) code? If so, how? Any advice would be truly helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thax in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:49:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924233#M420527</guid>
      <dc:creator>mark.white</dc:creator>
      <dc:date>2020-02-21T09:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable pre shared key attribute for Remote Access w/ ASA</title>
      <link>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924234#M420529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that pre-shared key is just the group password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you wanting to not use group names/passwords?&lt;/P&gt;&lt;P&gt;or are you *just* wanting to use group names/passwords?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to disable xauth:&lt;/P&gt;&lt;P&gt;tunnel-group grp_name ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt; isakmp ikev1-user-authentication none&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2007 14:26:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924234#M420529</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-12-02T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disable pre shared key attribute for Remote Access w/ ASA</title>
      <link>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924235#M420531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want to do is not use the group names password. I just want to be able to have clients use their username and a password that is unique to each username (so, no pre-shared key at all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example here is a config from the 6.3(5) code:&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set strongset esp-aes esp-sha-hmac &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto dynamic-map stuff 10 set transform-set strongset   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map mymap 10 ipsec-isakmp dynamic stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp nat-traversal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp policy 10 authentication pre-share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp policy 10 encryption aes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp policy 10 hash sha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp policy 10 group 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp policy 10 lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp log 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup username address-pool ippool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup username idle-time 1800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup username split-tunnel 103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup username password blah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map mymap interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wr me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No pre-shared key was needed. How do I migrate this code over to the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thax!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 07:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924235#M420531</guid>
      <dc:creator>mark.white</dc:creator>
      <dc:date>2007-12-03T07:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disable pre shared key attribute for Remote Access w/ ASA</title>
      <link>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924236#M420532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preshared key was the password defined here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup username password blah &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that served the same purpose as the tunnel-group preshared key.  They are functionally equivalent.&lt;/P&gt;&lt;P&gt;in 7.x and later, the tunnel-group name takes the place of the vpngroup name , and the preshared key attribute takes the place of the vpngroup password..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 01:26:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-pre-shared-key-attribute-for-remote-access-w-asa/m-p/924236#M420532</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-12-04T01:26:57Z</dc:date>
    </item>
  </channel>
</rss>

