<?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: 4500x SSH Error in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814645#M581164</link>
    <description>&lt;P&gt;config t&lt;/P&gt;
&lt;P&gt;IP ssh ver 2&amp;nbsp; - what error you get ?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;10years - what a good uptime ( seen 6509 10 years before)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 17:26:11 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2023-04-14T17:26:11Z</dc:date>
    <item>
      <title>4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814603#M581158</link>
      <description>&lt;P&gt;I am unable to SSH to our 4500x core switches all of a sudden via putty, cisco CLI analyzer, or from another switch. In the logs, I see the following when I try to SSH to it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Apr 14 15:08:34.476: %SEC-6-IPACCESSLOGP: list SSH_ACCESS permitted tcp 10.200.1.200(7037) -&amp;gt; 0.0.0.0(22), 1 packet&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Apr 14 15:08:34.481: %SSH-3-NO_MATCH: No matching cipher found: client chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com server aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Apr 14 15:08:45.982: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: NAME REMOVED] [Source: 10.200.1.200] [localport: 22] [Reason: Login Authentication Failed] at 10:08:45 CDT Fri Apr 14 2023&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I know my logins are correct as they are saved in CLI analyzer.&amp;nbsp;I've already tried the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Confirmed IP SSHv2 is enabled&lt;/LI&gt;&lt;LI&gt;IP domain name is configured&lt;/LI&gt;&lt;LI&gt;crypto key zeroize rsa&lt;/LI&gt;&lt;LI&gt;crypto key generate rsa modulus 2048&lt;/LI&gt;&lt;LI&gt;Output of sh ssh after running the above&lt;UL&gt;&lt;LI&gt;%No SSHv2 server connections running.&lt;/LI&gt;&lt;LI&gt;%No SSHv1 server connections running.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Running IOS 03.04.00 with uptime of 10 years&lt;/LI&gt;&lt;LI&gt;sh crypto key mypubkey rsa: shows key pair was generated&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I try to SSH to it from a switch, I get the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%SSH: CBC Ciphers got moved out of default config. Please configure ciphers as required(to match peer ciphers)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 16:12:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814603#M581158</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-14T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814629#M581159</link>
      <description>&lt;P&gt;is this login issue using CLI analyzer or using putty (are you able to connect still issue ?)&lt;/P&gt;
&lt;P&gt;can you post show version&lt;/P&gt;
&lt;P&gt;show run | in ssh&lt;/P&gt;
&lt;P&gt;i generally follow below steps -&lt;/P&gt;
&lt;P&gt;######### Generate SSH keys :&lt;BR /&gt;crypto key generate rsa&lt;/P&gt;
&lt;P&gt;ip domain-name bb.com&lt;/P&gt;
&lt;P&gt;ip ssh version 2&lt;/P&gt;
&lt;P&gt;line vty 0 4&lt;BR /&gt;privilege level 15&lt;BR /&gt;transport input ssh&lt;/P&gt;
&lt;P&gt;if you like specific algorithm&lt;/P&gt;
&lt;P&gt;ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr&lt;BR /&gt;ip ssh server algorithm authentication password&lt;BR /&gt;ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr&lt;/P&gt;
&lt;P&gt;example you can also use other option if you&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Switch(config)#ip ssh client algorithm encryption ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3des-cbc Three-key 3DES in CBC mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aes128-cbc AES with 128-bit key in CBC mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aes128-ctr AES with 128-bit key in CTR mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aes192-cbc AES with 192-bit key in CBC mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aes192-ctr AES with 192-bit key in CTR mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aes256-cbc AES with 256-bit key in CBC mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aes256-ctr AES with 256-bit key in CTR mode&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 17:09:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814629#M581159</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-04-14T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814631#M581160</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -Strange&amp;nbsp;&lt;STRONG&gt;%SEC-6-IPACCESSLOGP &lt;/STRONG&gt;, is an informational message normally because of the noted logging level -&lt;FONT color="#008000"&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/FONT&gt;- (which is &lt;FONT color="#008000"&gt;informational&lt;/FONT&gt;) ; it's unclear '&lt;FONT color="#FF6600"&gt;&lt;EM&gt;what happened to the ciphers&lt;/EM&gt;&lt;/FONT&gt;' , you may for instance on&amp;nbsp; a system with &lt;STRONG&gt;nmap&lt;/STRONG&gt; installed run :&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;&amp;nbsp;nmap --script ssh2-enum-algos target&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;(target is the &lt;U&gt;hostname&lt;/U&gt; of your 4500)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 17:10:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814631#M581160</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2023-04-14T17:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814636#M581161</link>
      <description>&lt;P&gt;I cannot access the switch via putty, cli analyzer, or another switch. I have already tried what you listed before posting and the ip ssh client command is not recognized on a 4500x.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4500X-01#sh run | i ssh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ip ssh version 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;transport input ssh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;transport input ssh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4500X-01#sh run | b line vty&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;line vty 0 4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;access-class SSH_ACCESS in&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;exec-timeout 300 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;transport input ssh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;line vty 5 15&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;access-class SSH_ACCESS in&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;exec-timeout 300 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;transport input ssh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 17:15:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814636#M581161</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-14T17:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814639#M581162</link>
      <description>&lt;P&gt;Can you post the &lt;STRONG&gt;show version&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;show License&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;if you do not have SSH config, you wont be able to connect.&lt;/P&gt;
&lt;P&gt;try below :&lt;/P&gt;
&lt;P&gt;config t&lt;/P&gt;
&lt;P&gt;IP ssh ver 2 what error you get ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 17:19:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814639#M581162</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-04-14T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814642#M581163</link>
      <description>&lt;P&gt;This is running a K9 image.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4500X-01#sh ver&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500e-UNIVERSALK9-M), Version 03.04.00.SG RELEASE SOFTWARE (fc3)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ROM: 15.0(1r)SG7&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;4500X-01 uptime is 10 years, 6 weeks, 3 days, 3 hours, 38 minutes&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Uptime for this control processor is 10 years, 6 weeks, 3 days, 3 hours, 40 minutes&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;System returned to ROM by power-on&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;System restarted at 08:31:53 CDT Sat Mar 2 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;System image file is "bootflash:cat4500e-universalk9.SPA.03.04.00.SG.151-2.SG.bin"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Jawa Revision 2, Winter Revision 0x0.0x1C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Last reload reason: power-on&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;License Information for 'WS-C4500X-32'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;License Level: entservices Type: Permanent&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Next reboot license Level: entservices&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cisco WS-C4500X-32 (MPC8572) processor (revision 4) with 4194304K/20480K bytes of memory.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Processor board ID JAE16480B0I&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MPC8572 CPU at 1.5GHz, Cisco Catalyst 4500X&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Last reset from PowerUp&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;55 Virtual Ethernet interfaces&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;80 Ten Gigabit Ethernet interfaces&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;511K bytes of non-volatile configuration memory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration register is 0x2102&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 17:22:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814642#M581163</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-14T17:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814645#M581164</link>
      <description>&lt;P&gt;config t&lt;/P&gt;
&lt;P&gt;IP ssh ver 2&amp;nbsp; - what error you get ?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;10years - what a good uptime ( seen 6509 10 years before)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 17:26:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814645#M581164</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-04-14T17:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814665#M581166</link>
      <description>&lt;P&gt;I don't get an error when entering that.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 18:17:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814665#M581166</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-14T18:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814747#M581167</link>
      <description>&lt;P&gt;Try using DH.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 &amp;lt;IP address&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;But wow.&amp;nbsp; 10 years uptime on an 11 year old platform.&amp;nbsp; On a version "0".&amp;nbsp; Hats off.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 02:50:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814747#M581167</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2023-04-15T02:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814763#M581168</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; - Another possibility is that due to the older version and long uptime, &lt;FONT color="#FF6600"&gt;some certificates got expired&amp;nbsp;&lt;/FONT&gt; , which would account for the &lt;U&gt;&lt;EM&gt;'sudden effect'&lt;/EM&gt;&lt;/U&gt; ; you may try to set time back (and or disable NTP) , &lt;U&gt;for instance,&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M,&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 05:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814763#M581168</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2023-04-15T05:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814771#M581169</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;No matching cipher found &amp;lt;&amp;lt;- this make SSH failed&amp;nbsp;&lt;BR /&gt;can you share&amp;nbsp;&lt;BR /&gt;show ip ssh &amp;lt;&amp;lt;- share this&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 07:25:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4814771#M581169</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-15T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816087#M581200</link>
      <description>&lt;P&gt;I tried this and it didn't work unfortunately. Disabled NTP and manually set clock/date back 3 years.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:10:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816087#M581200</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-17T15:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816089#M581201</link>
      <description>&lt;P&gt;Sure, here you go:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SSH Enabled - version 2.0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Authentication timeout: 120 secs; Authentication retries: 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Minimum expected Diffie Hellman key size : 1024 bits&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;IOS Keys in SECSH format(ssh-rsa, base64 encoded):&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ssh-rsa (I REMOVED THIS FIELD)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:11:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816089#M581201</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-17T15:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816097#M581202</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;EM&gt; &amp;gt;...I tried this and it didn't work unfortunately. Disabled NTP and manually set clock/date back 3 years.&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I would then upgrade the switch &lt;FONT color="#008000"&gt;to&lt;U&gt; latest advisory&lt;/U&gt; release&lt;/FONT&gt; (your current software version&lt;U&gt;&lt;FONT color="#FF6600"&gt; is also old&lt;/FONT&gt;)&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:29:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816097#M581202</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2023-04-17T15:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816106#M581203</link>
      <description>&lt;P&gt;That's what I was thinking too. Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:36:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816106#M581203</guid>
      <dc:creator>jnewton83985</dc:creator>
      <dc:date>2023-04-17T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: 4500x SSH Error</title>
      <link>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816118#M581205</link>
      <description>&lt;P&gt;The Switch supports the Advanced Encryption Standard (AES) encryption algorithm with a 128-bit key,&lt;BR /&gt;192-bit key, or 256-bit key. However,&lt;STRONG&gt; symmetric cipher AES to encrypt the keys is not supported&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;I dont fully get what cisco meaning with BOLD statement but I think it can cause SSH failed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:46:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/4500x-ssh-error/m-p/4816118#M581205</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-17T15:46:29Z</dc:date>
    </item>
  </channel>
</rss>

