<?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: Multiple authentication methods on SSH access in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328979#M334036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can configure lines 0-3 for TACACS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;line vty 0 3&lt;/B&gt;&lt;/P&gt;&lt;P&gt; login authentication TACACSMethod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and vty line 4 for local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;line vty 4&lt;/B&gt;&lt;/P&gt;&lt;P&gt; login authentication local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2009 12:57:11 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2009-09-25T12:57:11Z</dc:date>
    <item>
      <title>Multiple authentication methods on SSH access</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328978#M334023</link>
      <description>&lt;P&gt;After the implementation of ACS, all the network switch authentication is under ACS with local as backup. Is that any solution to separate the authentication methods (Local &amp;amp; TACACS+) of SSH access to the switch (line vty 0 3 = TACACS+, line vty 4 = Local)? Same as router SSH reverse telnet, but "ip ssh port" is not supported on the switch. &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:42:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328978#M334023</guid>
      <dc:creator>laut</dc:creator>
      <dc:date>2019-03-10T23:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentication methods on SSH access</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328979#M334036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can configure lines 0-3 for TACACS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;line vty 0 3&lt;/B&gt;&lt;/P&gt;&lt;P&gt; login authentication TACACSMethod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and vty line 4 for local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;line vty 4&lt;/B&gt;&lt;/P&gt;&lt;P&gt; login authentication local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 12:57:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328979#M334036</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-25T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentication methods on SSH access</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328980#M334048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!---This can be possible by configuring !---method list on the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host &lt;IP-ACS&gt; key &lt;SECRETKEY&gt;&lt;/SECRETKEY&gt;&lt;/IP-ACS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login list group    tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 3&lt;/P&gt;&lt;P&gt;login authentication list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 4&lt;/P&gt;&lt;P&gt;login authentication local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List=name of the method list.&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;Regards,&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2009 15:00:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328980#M334048</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2009-09-25T15:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentication methods on SSH access</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328981#M334059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried this before, but the ssh connection should go through one by one. line vty 0 -&amp;gt; 1 -&amp;gt; 2 -&amp;gt; 3 -&amp;gt; 4. If no one make the ssh connection before, the connection should on line vty 0. How to make the ssh conenction to specific line vty for particular authentication method? As mentioned before, the router can provide the solution to assiocate the line vty to rotary with different ssh listening ports. As similar solution or other approach for the switch to provide the same kind of services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;TL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 00:27:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328981#M334059</guid>
      <dc:creator>laut</dc:creator>
      <dc:date>2009-09-28T00:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentication methods on SSH access</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328982#M334080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK there is no way to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 12:36:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-authentication-methods-on-ssh-access/m-p/1328982#M334080</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-28T12:36:37Z</dc:date>
    </item>
  </channel>
</rss>

