<?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 SSH access to 4006 switch in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687604#M422544</link>
    <description>&lt;P&gt;I'm trying to enable SSH-only access to a Cisco 4006 running CAT OS 8.4(11)GLX with local authentication.  SSH works fine, but telnet access is still available.  How can I disable telnet access?&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:49:19 GMT</pubDate>
    <dc:creator>ctheisen</dc:creator>
    <dc:date>2019-03-10T21:49:19Z</dc:date>
    <item>
      <title>SSH access to 4006 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687604#M422544</link>
      <description>&lt;P&gt;I'm trying to enable SSH-only access to a Cisco 4006 running CAT OS 8.4(11)GLX with local authentication.  SSH works fine, but telnet access is still available.  How can I disable telnet access?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687604#M422544</guid>
      <dc:creator>ctheisen</dc:creator>
      <dc:date>2019-03-10T21:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSH access to 4006 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687605#M422545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;set ip permit disable telnet&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 19:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687605#M422545</guid>
      <dc:creator>m.sir</dc:creator>
      <dc:date>2006-10-31T19:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSH access to 4006 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687606#M422546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks; tried this command, but telnet still allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 14:50:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687606#M422546</guid>
      <dc:creator>ctheisen</dc:creator>
      <dc:date>2006-11-08T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: SSH access to 4006 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687607#M422547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a show conf and look for the following-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#permit list&lt;/P&gt;&lt;P&gt;set ip permit enable telnet&lt;/P&gt;&lt;P&gt;set ip permit enable ssh&lt;/P&gt;&lt;P&gt;set ip permit enable snmp&lt;/P&gt;&lt;P&gt;set ip permit 10.1.2.17  ssh&lt;/P&gt;&lt;P&gt;set ip permit 10.1.2.17  snmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have SSH only, change the permit statements to reflect SSH only. In the example above 10.1.2.17 can SSH and SNMP to the switch. If it's blank after the IP, that means the IP can do everything that is enabled. Using the above example that means 10.1.2.17 could telnet, ssh, and snmp because all three protocols are enabled. If your admins already have 'all' access, remove 'all' access and then add SSH and any other protocols. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ip permit 10.1.2.17 255.255.255.255 all&lt;/P&gt;&lt;P&gt;set ip permit 10.1.2.17 ssh&lt;/P&gt;&lt;P&gt;set ip permit 10.1.2.17 snmp&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>Wed, 08 Nov 2006 17:58:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687607#M422547</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2006-11-08T17:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH access to 4006 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687608#M422548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input.  I configured as suggested, but still was able to telnet.  I just set ip permit enabled for telnet, and didn't specify a list of addresses; that stopped telnet access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 21:19:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ssh-access-to-4006-switch/m-p/687608#M422548</guid>
      <dc:creator>ctheisen</dc:creator>
      <dc:date>2006-11-27T21:19:57Z</dc:date>
    </item>
  </channel>
</rss>

