Details
Description
Currently we use AbstractGeneratorHostKeyProvider to read server keys and also generate them on the fly. According to the mina sshd team this class is not meant for production use.
So I propose we create a separate classes for reading and writing keys.
I also propose we remove the hostKeyFormat config and only support OpenSSH pem based keys.
For now we need a custom OpenSSHKeyPairProvider to read out keys as mina sshd has a bug (SSHD-760). After the release of sshd 1.7.0 we can switch to the standard FileKeyProvider from mina.
Attachments
Issue Links
- contains
-
KARAF-5072 Add setting to ssh server for forcing a provided key
-
- Closed
-