Loading a OpenSSH public key and saving it as WODC (General questions)
Hi there,
This is a bit urgent.
We have a SFTP server based on the sample code you provided for public key authentication. However, we can't figure out how to import a client's public key (from OpenSSH) into the system.
If you look at the sample code, the certificate is received and then saved in a weird format that contains binary data and ssh-dss . We want to be able to convert public keys from openSSH or whatever to this raw format. Connecting directly with the key is NOT an option. How can we do this?