<?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 IOS SSH AAA help!! in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244708#M339072</link>
    <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I have this config: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default local line enable&lt;/P&gt;&lt;P&gt;aaa authorization console&lt;/P&gt;&lt;P&gt;aaa authorization exec default local&lt;/P&gt;&lt;P&gt;aaa authorization network default local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password Gr834!&lt;/P&gt;&lt;P&gt; transport preferred ssh&lt;/P&gt;&lt;P&gt; transport input ssh&lt;/P&gt;&lt;P&gt; transport output ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create username "admin" with privilege 15. But I can't login to SSH with this username and password? I've already generated public key on the router. &lt;/P&gt;&lt;P&gt;any idea would be very appreciated. &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 23:28:17 GMT</pubDate>
    <dc:creator>alex goshtaei</dc:creator>
    <dc:date>2019-03-10T23:28:17Z</dc:date>
    <item>
      <title>IOS SSH AAA help!!</title>
      <link>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244708#M339072</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I have this config: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default local line enable&lt;/P&gt;&lt;P&gt;aaa authorization console&lt;/P&gt;&lt;P&gt;aaa authorization exec default local&lt;/P&gt;&lt;P&gt;aaa authorization network default local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password Gr834!&lt;/P&gt;&lt;P&gt; transport preferred ssh&lt;/P&gt;&lt;P&gt; transport input ssh&lt;/P&gt;&lt;P&gt; transport output ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create username "admin" with privilege 15. But I can't login to SSH with this username and password? I've already generated public key on the router. &lt;/P&gt;&lt;P&gt;any idea would be very appreciated. &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:28:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244708#M339072</guid>
      <dc:creator>alex goshtaei</dc:creator>
      <dc:date>2019-03-10T23:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: IOS SSH AAA help!!</title>
      <link>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244709#M339073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username cisco password cisco&lt;/P&gt;&lt;P&gt;enable secret cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip domain-name nsp.org&lt;/P&gt;&lt;P&gt;crypto key genrete rsa 1024&lt;/P&gt;&lt;P&gt;ip ssh version 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;transport input all&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:11:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244709#M339073</guid>
      <dc:creator>nomair_83</dc:creator>
      <dc:date>2009-05-06T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: IOS SSH AAA help!!</title>
      <link>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244710#M339074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;crypto key generate rsa 1024&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 00:24:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244710#M339074</guid>
      <dc:creator>antonio.ocampo</dc:creator>
      <dc:date>2009-05-07T00:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: IOS SSH AAA help!!</title>
      <link>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244711#M339075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SSH normally works with minimum 1024.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 06:29:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244711#M339075</guid>
      <dc:creator>nomair_83</dc:creator>
      <dc:date>2009-05-07T06:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: IOS SSH AAA help!!</title>
      <link>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244712#M339076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a complete ssh config that doesn't need a hostname or domain name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto key gen rsa gen label SSH_Keys mod 1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip ssh ver 2&lt;/P&gt;&lt;P&gt;ip ssh authentication-retries 3&lt;/P&gt;&lt;P&gt;ip ssh time-out 90&lt;/P&gt;&lt;P&gt;ip ssh source-interface loopback0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username test secret p@ssw0rd&lt;/P&gt;&lt;P&gt;enable secret s3cr3tPassw0rd!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default local&lt;/P&gt;&lt;P&gt;aaa authentication enable default enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; transport input ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend AGAINST creating level 15 usernames.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 16:11:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ios-ssh-aaa-help/m-p/1244712#M339076</guid>
      <dc:creator>bretjaquish</dc:creator>
      <dc:date>2009-05-07T16:11:04Z</dc:date>
    </item>
  </channel>
</rss>

