<?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: ILO2 SSH Key  using RIBCL in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140285#M6592</link>
    <description>Checking on it....</description>
    <pubDate>Tue, 11 Nov 2008 13:34:52 GMT</pubDate>
    <dc:creator>Jimmy Vance</dc:creator>
    <dc:date>2008-11-11T13:34:52Z</dc:date>
    <item>
      <title>ILO2 SSH Key  using RIBCL</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140284#M6591</link>
      <description>In ILO2 1.60 the following enhancement is added :&lt;BR /&gt;&lt;BR /&gt;"Added the ability to install SSH keys using the scripted RIBCL interface"&lt;BR /&gt;&lt;BR /&gt;Can somebody provide an example RIBCL script that contains the commands to install SSH keys?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Peter Vreman&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140284#M6591</guid>
      <dc:creator>Peter_Vreman</dc:creator>
      <dc:date>2008-11-11T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 SSH Key  using RIBCL</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140285#M6592</link>
      <description>Checking on it....</description>
      <pubDate>Tue, 11 Nov 2008 13:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140285#M6592</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-11-11T13:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 SSH Key  using RIBCL</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140286#M6593</link>
      <description>&lt;!--!*#--&gt;Here is the example XML&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;   &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;     &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;      &lt;IMPORT_SSH_KEY&gt;-----BEGIN SSH KEY----- ssh-dss AAAAB3NzaC1kc3MAAACBALftnNE12JR8T8XQqyzqc1tt6FLFRXL/di1o0sw== root@localhost.localdomain -----END SSH KEY-----&lt;BR /&gt;       &lt;/IMPORT_SSH_KEY&gt; &lt;BR /&gt;     &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Tue, 11 Nov 2008 20:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140286#M6593</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-11-11T20:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 SSH Key  using RIBCL</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140287#M6594</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;I've got it now working. Some additional notes:&lt;BR /&gt;&lt;BR /&gt;- The "-----BEGIN SSH KEY-----" block is required.&lt;BR /&gt;- The comment of the key must be a valid ILO2 user. In the example below Administrator. By default a key from a unix user account has the username@domain there. This needs te be replaced.&lt;BR /&gt;&lt;BR /&gt;Below is the code that works from the Onboard Administrator and provisions all available proliant blades.&lt;BR /&gt;&lt;BR /&gt;HPONCFG ALL &amp;lt;&amp;lt; EOF&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;   &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;     &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;      &lt;IMPORT_SSH_KEY&gt;&lt;BR /&gt;-----BEGIN SSH KEY-----&lt;BR /&gt;ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA03LKgbEmZjaluIU2uQvQgoFNGmHBwLUmvFw+R98gcjv6SopxOnk3ZYsWCSay/0kh4TRu7Zdj6fxxLHQ3UenH9gjlF7kXhQ+y89SyUrdIyVZ2T0WUC90UuKkIREBO/BlWpMJQbtsziH25N8GvGDjtCOgEQ9GJkMjxR3A0/FQ5FbE= Administrator&lt;BR /&gt;-----END SSH KEY-----&lt;BR /&gt;      &lt;/IMPORT_SSH_KEY&gt;&lt;BR /&gt;     &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;EOF&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2008 20:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140287#M6594</guid>
      <dc:creator>Peter_Vreman</dc:creator>
      <dc:date>2008-11-11T20:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 SSH Key  using RIBCL</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140288#M6595</link>
      <description>Noted, don't forget to assign points</description>
      <pubDate>Wed, 12 Nov 2008 03:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140288#M6595</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-11-12T03:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 SSH Key  using RIBCL</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140289#M6596</link>
      <description>See reply above</description>
      <pubDate>Wed, 12 Nov 2008 10:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo2-ssh-key-using-ribcl/m-p/5140289#M6596</guid>
      <dc:creator>Peter_Vreman</dc:creator>
      <dc:date>2008-11-12T10:17:26Z</dc:date>
    </item>
  </channel>
</rss>

