Skip to content
Snippets Groups Projects
  • Pawit Pornkitprasan's avatar
    24975664
    Fix SSH tunnel with ED25519 keys (#18697) · 24975664
    Pawit Pornkitprasan authored
    `org.apache.sshd` requires `net.i2p.crypto/eddsa` dependency
    to work with ED25519 keys.
    
    This worked in 0.40 because `eddsa` was included as a transitive
    dependency of another unrelated dependency (`buddy`) but stopped
    working in 0.41 because the new version of `buddy` no longer depends
    on `eddsa`. Thus, we must explicitly include the dependency.
    
    To prevent this from breaking again, switched one of the test
    keys to an ED25519 key.
    Fix SSH tunnel with ED25519 keys (#18697)
    Pawit Pornkitprasan authored
    `org.apache.sshd` requires `net.i2p.crypto/eddsa` dependency
    to work with ED25519 keys.
    
    This worked in 0.40 because `eddsa` was included as a transitive
    dependency of another unrelated dependency (`buddy`) but stopped
    working in 0.41 because the new version of `buddy` no longer depends
    on `eddsa`. Thus, we must explicitly include the dependency.
    
    To prevent this from breaking again, switched one of the test
    keys to an ED25519 key.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.