HewlettPackard / ilo-sdk-ruby

iLO Software Development Kit for Ruby Programmers.
https://rubygems.org/gems/ilo-sdk
Apache License 2.0
15 stars 7 forks source link

Feature request: Support installing SSH certificate #25

Open cvoltz opened 7 years ago

cvoltz commented 7 years ago

It would be great if support could be added to allow SSH digital certificates to be imported for a user's account so password-less SSH connections could be easily setup.

jsmartt commented 7 years ago

I like the idea @cvoltz . We're always open to PRs if you'd like to add it

vranystepan commented 7 years ago

@jsmartt @cvoltz Hmmm, I'm not sure whether iLO4 REST API support such operation. There is a documentation for the CLI: http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=c04530504 (page 20) but I can't see anything about REST/Redfish :)