<?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: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE? in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99480#M2349</link>
    <description>&lt;P&gt;Yes that should work. But it is a rather complicated apprach. An SNMP workflow would be more efficient. Is SNMP an option for you ?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 08:41:08 GMT</pubDate>
    <dc:creator>Ludovico_Steven</dc:creator>
    <dc:date>2024-02-29T08:41:08Z</dc:date>
    <item>
      <title>How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99421#M2336</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to disable weak SSH ciphers on couple of switches which are already enrolled in XIQ-SE. Switches are running FW 9.0.0.0.&lt;/P&gt;&lt;P&gt;I've tried to do it by uploading a file with CLI commands to a switch and run it using #source command. ssh was disabled, unwanted/weak ciphers removed but ssh would not start. Other option would be to enable telnet, disable ssh, remove weak ciphers, enable ssh, disable telnet. Unfortunately this is not ideal as telnet would be flagged on security scans.&lt;/P&gt;&lt;P&gt;Ultimate goal is to have weak SSH ciphers disabled during ZTP+. My questions are:&lt;/P&gt;&lt;P&gt;1) Is there a way to disable weak SSH ciphers on switches already enrolled in XIQ-SE and if so, how?&lt;/P&gt;&lt;P&gt;2) Can this be including in ZTP+ and if so, how?&lt;/P&gt;&lt;P&gt;Thank you for any advice.&lt;/P&gt;&lt;P&gt;Bret&lt;/P&gt;&lt;P&gt;File content:&lt;/P&gt;&lt;P&gt;configure terminal&lt;BR /&gt;no ssh&lt;BR /&gt;no ssh encryption-type 3des-cbc&lt;BR /&gt;no ssh authentication-type hmac-sha1&lt;BR /&gt;no ssh encryption-type aes256-cbc&lt;BR /&gt;no ssh encryption-type rijndael128-cbc&lt;BR /&gt;no ssh encryption-type blowfish-cbc&lt;BR /&gt;no ssh encryption-type aes192-cbc&lt;BR /&gt;no ssh encryption-type rijndael192-cbc&lt;BR /&gt;ssh&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 00:00:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99421#M2336</guid>
      <dc:creator>BretSedlak</dc:creator>
      <dc:date>2024-02-24T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99423#M2338</link>
      <description>&lt;P&gt;For 1) simply create a CLI task script under Tasks -&amp;gt; Scripts with the above simple CLI commands and you can do a mass Execute CLI using that script to launch it against inventoried switches (assuming WebShell Terminal / CLI credentials are working / set).&lt;/P&gt;&lt;P&gt;To include directly in ZTP+ would be a product feature enhancement.&lt;/P&gt;&lt;P&gt;However via XIQ-SE / ZTP+ provisioning you should also be able to configure a script in XIQ-SE to fire after ZTP provisions a device to run the same CLI commands above to turn tweak things post ZTP.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 00:14:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99423#M2338</guid>
      <dc:creator>Robert_Haynes</dc:creator>
      <dc:date>2024-02-25T00:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99424#M2339</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/32716"&gt;@Robert_Haynes&lt;/a&gt; for the reply and for suggestions for after ZTP+ provisioning.&lt;/P&gt;&lt;P&gt;I have tried to create a script, with above mentioned commands, and execute it. Unfortunately SSH must be turned off first prior disabling weak ciphers. Only SSH is allowed switches and I don't use OOB mgmt. Turning it off causes loss of connectivity to the switch on which the script is executed.&lt;/P&gt;&lt;P&gt;The other idea I tried was upload a file (let say no_ssh.txt) on the switch and run it locally using source command (source no_ssh.txt). It works when executed as script (3 out of&amp;nbsp; 3 attempts). I tried to use it in a workflow (which I could fire later after ZTP+) but result of this was inconsistent. In 8/10 attempts SSH was only disable but not enabled back.&lt;/P&gt;&lt;P&gt;Could you advise how to use the script in actions taken after ZTP provisioning, please? I only see workflows and other scripts under Actions &amp;gt; Custom Configuration &amp;gt; Add &amp;gt; Task. I'm fairly new to XIQ-SE and I'm surely missing a step or two.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 19:38:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99424#M2339</guid>
      <dc:creator>BretSedlak</dc:creator>
      <dc:date>2024-02-25T19:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99427#M2340</link>
      <description>&lt;P&gt;Disabling SSH is problematic; if this is done from an SSH session, it will instantly kill the SSH session as well as any script initiated from that session, so these won't be able to complete and re-enable SSH.&lt;/P&gt;&lt;P&gt;To do this via CLI (but not serial port) one would need to use Telnet.... but that has complication in XIQ-SE because the device's admin CLI profile can only be set for Telnet or SSH, not both.&lt;/P&gt;&lt;P&gt;SNMP might be the easiest option, but is a bit more involved in writing the script. Do you use SNMP on these switches ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 13:48:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99427#M2340</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2024-02-26T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99436#M2341</link>
      <description>&lt;P&gt;I was mulling telnet over myself... what about a two shot approach then. ZTP to enable telnet and SSH. The default ZTP profile will use a telnet-based profile. You then run a Custom Configuration python script that would issue the CLI commands to configure SSH as deried and then via NBI calls in same python switch the device to a different administration profile (one w/ SSH) [if of course that is doable]?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 13:33:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99436#M2341</guid>
      <dc:creator>Robert_Haynes</dc:creator>
      <dc:date>2024-02-27T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99480#M2349</link>
      <description>&lt;P&gt;Yes that should work. But it is a rather complicated apprach. An SNMP workflow would be more efficient. Is SNMP an option for you ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 08:41:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99480#M2349</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2024-02-29T08:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99483#M2350</link>
      <description>&lt;P&gt;Yes, SNMPv3 is used on switches so this would be an option. How this can be achieved?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 16:26:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99483#M2350</guid>
      <dc:creator>BretSedlak</dc:creator>
      <dc:date>2024-02-29T16:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99484#M2351</link>
      <description>&lt;P&gt;Firewalls between XIQ-SE and switches would not allow telnet. Unfortunately this would require opening telnet traffic on firewalls everything when a new switch is onboarded and Network security team didn't like this option.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 16:29:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/99484#M2351</guid>
      <dc:creator>BretSedlak</dc:creator>
      <dc:date>2024-02-29T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable weak  SSH ciphers on VOSS switches in XIQ-SE?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/100174#M2394</link>
      <description>&lt;P&gt;Ok, I wrote the workflow. It can configure everything related to SSH with SNMP and can be manually run or triggered as a Site Action for initial switch onboarding.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/XMC_XIQ-SE/oneview_workflows" target="_self"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/XMC_XIQ-SE/oneview_workflows&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow name: "Configure SSH"&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 07:08:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-disable-weak-ssh-ciphers-on-voss-switches-in-xiq-se/m-p/100174#M2394</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2024-05-06T07:08:51Z</dc:date>
    </item>
  </channel>
</rss>

