Re: wodSSHD Keys (General questions)
Sadly not, because what we're trying to do is generate the key with the WeOnlyDo component, then store it in our database (in PEM format).
I think the load method already accepts raw PEM doesn't it? That's the way we currently load the key when creating our WeOnlyDo SSH server objects - we read it from the database into a string value and then load that into the WeOnlyDo object.