Re: wodSSHD Keys (General questions)
By access the keys in PEM format I essentially meant read/write them in PEM format, yes.
So it looks like the answer to my question is no , and in order to read the generated key in PEM format I'll have to write the key to a temporary file (using the Save() method), then read that file (using fopen or something), store its contents in my database and delete the file.
Thanks for confirming my suspicion.