iLO SSH key management
A few notes and rants about managing SSH keys with HP’s extremely annoying iLO interface.
- The iLO ssh console does not support fetching SSH keys over HTTPS. This prevents you keeping them somewhere useful like github.
- When you upload a SSH key and it fails, the iLO web interface will tell you that it needs a PEM-formatted DSA public key. You will find that ssh-keygen has no way to produce this. Fortunately it is a lie.
- The SSH key comments field must not contain spaces. iLO accepts the SSH format, but the comment must be of the form “user@host” or go to (2).