Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
Currently camel-ssh supports only ssh-rsa and ssh-dss algorithms. See here.
Apache SSHD supports EC keys through BouncyCastle without problems and EdDSA using net.i2p.crypto/eddsa library.
However Camel itself can't validate such server keys.
I have locally working version of camel-ssh which validates all these additional algorithms supported by OpenSSH:
- ecdsa-sha2-nistp256
- ecdsa-sha2-nistp384
- ecdsa-sha2-nistp521
- ssh-ed25519
Attachments
Issue Links
- is related to
-
SSHD-1145 EdDSASecurityProviderRegistrar#isSupported() should check more classloaders
- Resolved
- links to