<?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 How do I DELETE SSH keys with RIBCL XML? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425136#M4408</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have imported bad keys via hponcfg xml IMPORT_SSH_KEY command.  I want to be able to script a removal (I have 700 servers).  &lt;BR /&gt;&lt;BR /&gt;I found that if I deleted the account associated with the keys, it would also delete the keys themselves BUT I still get an error message that the slots are full: &lt;BR /&gt;ERROR : STATUS= 0x005A MESSAGE= No available slot for additional SSH key.Firmware Revision = 1.70 Device type = iLO 2 Driver name = hp_ilo Script failed&lt;BR /&gt;&lt;BR /&gt;When I go to the ILO https management page and go to security/SSH keys page, it's listed as none in the slots and then IMPORT_SSH_KEYS works.  So I guess what happens is that the account deletion drops the keys from the slots, but the ILO isn't aware of this until you actually look at that page.  &lt;BR /&gt;&lt;BR /&gt;I don't want to have to log into 700 servers' homepages to "refresh" the ilo.  I have tried a number of things: resetting the ilo, trying to do a "GET" of all settings to see if that would refresh the "slots available" variable, and doing a recreate of the account.  None of them worked.  I went to the documentation and there's no XML command for deleting individual keys or even downloading them (which may work).  &lt;BR /&gt;&lt;BR /&gt;Any suggestions of pointers to a paper with ALL of the available commands for the ILO?  Does such a command exist?</description>
    <pubDate>Fri, 22 May 2009 14:44:54 GMT</pubDate>
    <dc:creator>Mark Sobolewski</dc:creator>
    <dc:date>2009-05-22T14:44:54Z</dc:date>
    <item>
      <title>How do I DELETE SSH keys with RIBCL XML?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425136#M4408</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have imported bad keys via hponcfg xml IMPORT_SSH_KEY command.  I want to be able to script a removal (I have 700 servers).  &lt;BR /&gt;&lt;BR /&gt;I found that if I deleted the account associated with the keys, it would also delete the keys themselves BUT I still get an error message that the slots are full: &lt;BR /&gt;ERROR : STATUS= 0x005A MESSAGE= No available slot for additional SSH key.Firmware Revision = 1.70 Device type = iLO 2 Driver name = hp_ilo Script failed&lt;BR /&gt;&lt;BR /&gt;When I go to the ILO https management page and go to security/SSH keys page, it's listed as none in the slots and then IMPORT_SSH_KEYS works.  So I guess what happens is that the account deletion drops the keys from the slots, but the ILO isn't aware of this until you actually look at that page.  &lt;BR /&gt;&lt;BR /&gt;I don't want to have to log into 700 servers' homepages to "refresh" the ilo.  I have tried a number of things: resetting the ilo, trying to do a "GET" of all settings to see if that would refresh the "slots available" variable, and doing a recreate of the account.  None of them worked.  I went to the documentation and there's no XML command for deleting individual keys or even downloading them (which may work).  &lt;BR /&gt;&lt;BR /&gt;Any suggestions of pointers to a paper with ALL of the available commands for the ILO?  Does such a command exist?</description>
      <pubDate>Fri, 22 May 2009 14:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425136#M4408</guid>
      <dc:creator>Mark Sobolewski</dc:creator>
      <dc:date>2009-05-22T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I DELETE SSH keys with RIBCL XML?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425137#M4409</link>
      <description>I know this thread is from 2009 but currently I need automatically add ssh keys to the ILOs of our c-class Blades.&lt;BR /&gt;&lt;BR /&gt;When we import the same key multiple times, eventually the following error occurs:&lt;BR /&gt;&lt;BR /&gt;ERROR : STATUS= 0x005A&lt;BR /&gt;        MESSAGE= No available slot for additional SSH key.DEBUG: Firmware Revision = 1.78 Device type = iLO 2 Driver name = hpilo&lt;BR /&gt;&lt;BR /&gt;How may I delete all SSH keys or remove a specific one via RIBCL?</description>
      <pubDate>Fri, 01 Apr 2011 08:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425137#M4409</guid>
      <dc:creator>Reiner  Rottmann</dc:creator>
      <dc:date>2011-04-01T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I DELETE SSH keys with RIBCL XML?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425138#M4410</link>
      <description>Sorry, we don't have a way to remove the ssh key using XML.&lt;BR /&gt;&lt;BR /&gt;I will formally request the dev team to add a command to the next release.</description>
      <pubDate>Fri, 01 Apr 2011 14:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425138#M4410</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2011-04-01T14:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I DELETE SSH keys with RIBCL XML?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425139#M4411</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need the same remove_ssh_key function. (100) server.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt; Peter</description>
      <pubDate>Tue, 14 Jun 2011 16:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425139#M4411</guid>
      <dc:creator>Peter Stange_1</dc:creator>
      <dc:date>2011-06-14T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I DELETE SSH keys with RIBCL XML?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425140#M4412</link>
      <description>It was added to iLO2 v2.06.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jun 2011 17:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/how-do-i-delete-ssh-keys-with-ribcl-xml/m-p/4425140#M4412</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2011-06-14T17:53:28Z</dc:date>
    </item>
  </channel>
</rss>

