You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Matt Pavlovich (Jira)" <ji...@apache.org> on 2023/01/26 15:09:00 UTC

[jira] [Commented] (KARAF-7641) Update ssh to support most current ed25519

    [ https://issues.apache.org/jira/browse/KARAF-7641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681017#comment-17681017 ] 

Matt Pavlovich commented on KARAF-7641:
---------------------------------------

This fix is to add an additional bundle at runtime
{noformat}
    <dependency>
        <groupId>net.i2p.crypto</groupId>
        <artifactId>eddsa</artifactId>
    </dependency>
{noformat}

Note: OSGi imports already have it as optional, so those look good.

> Update ssh to support most current ed25519
> ------------------------------------------
>
>                 Key: KARAF-7641
>                 URL: https://issues.apache.org/jira/browse/KARAF-7641
>             Project: Karaf
>          Issue Type: Task
>    Affects Versions: 4.4.3, 4.3.9
>            Reporter: Matt Pavlovich
>            Priority: Minor
>
> Mistake with KARAF-7601 -- the ed25519 algorithm is not deprecated, but newer.
> This should be supported by Mina SSH and added back to Karaf.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)