<?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: SSH Stops after 2 weeks in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36089#M2399</link>
    <description>&lt;P style="margin: 0;"&gt;I restarted the switches but still same isues&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 12:23:33 GMT</pubDate>
    <dc:creator>abdulrazaq_al_m</dc:creator>
    <dc:date>2021-01-19T12:23:33Z</dc:date>
    <item>
      <title>SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36081#M2391</link>
      <description>We have multiple ICX 7750 and 7450 in our DCs. Randomly we get SSH failing after approx 2 to 4 weeks. To fix we have to go to DC and console onto device and apply crypto zeroise then crypto generate CLI commands. This is impacting and time consuming. Any ideas why it is doing this? Code version is 8.0.40 and IP SSH idle-time has also been set to 10 mins but still the issue occurs?&lt;BR /&gt;&lt;BR /&gt;Many thanks Ben</description>
      <pubDate>Fri, 09 Nov 2018 13:55:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36081#M2391</guid>
      <dc:creator>ben_middleton_d</dc:creator>
      <dc:date>2018-11-09T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36082#M2392</link>
      <description>Do you see the keys in "show ip ssh config". It would be the line host key:</description>
      <pubDate>Fri, 09 Nov 2018 14:04:27 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36082#M2392</guid>
      <dc:creator>william_hadley_</dc:creator>
      <dc:date>2018-11-09T14:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36083#M2393</link>
      <description>It is probably a bug.&amp;nbsp; We have NOT encountered this though years ago there was a bug where we would not be able to connect to something that hadn't been connected to in a long time.&amp;nbsp; When you would open your SSH session it would hang for a while then fail... but a subsequent attempt worked fine because the process started up on the switches.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;I do not remember what version that was presumably some ancient 08.0.30 code from years ago.&amp;nbsp; Honestly, everything has been rock solid for us on all our 64xx, 6610, 7150's and 7450's.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;We are running 08.0.80ca on everything that supports it, and it has been bug-free for us as is 08.0.30sa on everything that doesn't support the 08.0.80ca.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Here is how we do our SSH configuration (I am not saying you are doing yours wrong on that collectively this is the configuration options we use that have something to do with SSH...)...&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;crypto key zeroize rsa&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;crypto key zeroize dsa&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;crypto key generate rsa mod 2048&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Then we make a list where device management can come from... edit to suit your taste:&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip access-list standard 99&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;permit host 10.1.2.3&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;permit 10.1.0.0 0.0.255.255&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;exit&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Without Radius we use this block:&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;aaa authentication web-server default local&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;aaa authentication enable default local&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;aaa authentication login default local&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;aaa authentication login privilege-mode&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;enable aaa console&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;console timeout 30&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;no telnet server&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;no web-management http&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;web-management https&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ssh access-group 99&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;web access-group 99&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip ssh&amp;nbsp; authentication-retries 2&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip ssh&amp;nbsp; timeout 30&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip ssh&amp;nbsp; idle-time 30&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip ssh&amp;nbsp; scp disable&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip ssh&amp;nbsp; encryption disable-aes-cbc&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;I would probably try a code update and consider adding or changing some of your configuration options to include some of the above arguments... certainly there is quite a bit more than SSH going on here, but I included related material.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Thank you&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Fri, 09 Nov 2018 14:11:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36083#M2393</guid>
      <dc:creator>netwizz</dc:creator>
      <dc:date>2018-11-09T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36084#M2394</link>
      <description>Thanks for your prompt reply,&lt;BR /&gt;&lt;BR /&gt;We have most of this configured. For a bit more detail. the ssh works fine for a period of time then just stops so we cannot use ssh to connect. This is time consuming to attend a remote DC to connect on console to fix. We had a suspicion a security monitoring system we have which runs multiple connections to each switch might be causing this problem hence we dropped the IP ssh&amp;nbsp; idletime to 10 mins in the hope we do not overload the amount of ssh sessions on one device.&lt;BR /&gt;The real confusing part is on another network we have with the same setup and same security monitoring tool, and ICXs used for its OoB network and running the same version of code never has the issue..</description>
      <pubDate>Fri, 09 Nov 2018 14:50:21 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36084#M2394</guid>
      <dc:creator>ben_middleton_d</dc:creator>
      <dc:date>2018-11-09T14:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36085#M2395</link>
      <description>We have fixed the current switch failure so cannot check at the moment. Obviously with SSH working now we see the keys. If/when it re-occurs I will check this prior to fixing and also grab a show tech&lt;BR /&gt;&lt;BR /&gt;Appreciate the help so far, I'll keep you posted&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;Ben</description>
      <pubDate>Fri, 09 Nov 2018 14:52:56 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36085#M2395</guid>
      <dc:creator>ben_middleton_d</dc:creator>
      <dc:date>2018-11-09T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36086#M2396</link>
      <description>A few things: When did this start happening? how long have the switches been up? Does the monitoring tool close the ssh sessions properly? There is a limit of 5 active sessions unless you modify system parameters. Does it still happen after a reload of the switch?</description>
      <pubDate>Fri, 09 Nov 2018 14:55:56 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36086#M2396</guid>
      <dc:creator>william_hadley_</dc:creator>
      <dc:date>2018-11-09T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36087#M2397</link>
      <description>Okay, so the strange thing is we actually have Solar Winds Orion sending SSH requests often doing things like backing up configurations, yet we have not experienced this problem.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;I suspect if you set both the ssh idletime and time-out that it should fix this though almost certainly there is already a default value, and you probably already set both of these settings being you have been working on it.&amp;nbsp; Most likley this is a bug in your specific code.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Do all of your switches run the same code version?&amp;nbsp; Do all of your switches have the same problem?&amp;nbsp; If yes or no, is there a correlation to which ones exhibit the problem and their version of the FastIron, Iron Ware codebase?</description>
      <pubDate>Fri, 09 Nov 2018 15:15:41 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36087#M2397</guid>
      <dc:creator>netwizz</dc:creator>
      <dc:date>2018-11-09T15:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36088#M2398</link>
      <description>You can run 'show who' to see the the number of active ssh sessions on the switch in problem state and&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;'kill ssh &lt;SSH session="" number=""&gt;'&amp;nbsp; This is to forcefully kill an existing ssh session and make room for new connection.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;/SSH&gt;</description>
      <pubDate>Sun, 11 Nov 2018 03:33:33 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36088#M2398</guid>
      <dc:creator>jijo_panangat</dc:creator>
      <dc:date>2018-11-11T03:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36089#M2399</link>
      <description>&lt;P style="margin: 0;"&gt;I restarted the switches but still same isues&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 12:23:33 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36089#M2399</guid>
      <dc:creator>abdulrazaq_al_m</dc:creator>
      <dc:date>2021-01-19T12:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36090#M2400</link>
      <description>&lt;P style="margin: 0;"&gt;Hi Ben,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;FI 08.0.40 is an older release and prone to some known issues, We would request to upgrade the switches to FI 08.0.90h which is the target path release for ICX 7450 &amp;amp; 7750 platforms and considered to be very stable. This also includes some enhancement in the ssh code.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 02:43:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/36090#M2400</guid>
      <dc:creator>jijo_panangat</dc:creator>
      <dc:date>2021-01-20T02:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Stops after 2 weeks</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/57643#M4161</link>
      <description>&lt;P&gt;Hi Jijo,&lt;/P&gt;&lt;P&gt;I am running an ICX6610-48p on&amp;nbsp;08.0.30t and am experiencing the same issue described above, ie SSH works for a bit and then completely breaks. I have to telnet into the switch and disable/reenable SSH to get it working again temporarily.&lt;/P&gt;&lt;P&gt;The release notes for the latest/recommended release (&lt;FONT face="inherit"&gt;08.0.30u) do not mention anything regarding fixes for this SSH issue, I was wondering if you might be aware of whether this is a known issue/whether it will be addressed in a future firmware release? I'd imagine (given that it's end of life) that it is unlikely to be resolved?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;Kane.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 23:39:15 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/SSH-Stops-after-2-weeks/m-p/57643#M4161</guid>
      <dc:creator>kcslb92</dc:creator>
      <dc:date>2023-04-25T23:39:15Z</dc:date>
    </item>
  </channel>
</rss>

