[ 
https://issues.apache.org/jira/browse/SSHD-704?focusedWorklogId=677916&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-677916
 ]

ASF GitHub Bot logged work on SSHD-704:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Nov/21 21:44
            Start Date: 05/Nov/21 21:44
    Worklog Time Spent: 10m 
      Work Description: tomaswolf commented on pull request #177:
URL: https://github.com/apache/mina-sshd/pull/177#issuecomment-962240480


   Came back to this. It's not even activated; one needs to add the new DH 
factories in BaseBuilder first. If one does so, curve25519 gets chosen for KEX 
(tested against the Github SSH daemon and aginst the Gitlab SSH daemon). KEX 
fails; the connection is terminated immediately by the server.
   
   Something is missing somewhere, or somewhere along the line we don't do what 
the RFCs say we should do.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 677916)
    Time Spent: 1h 40m  (was: 1.5h)

> Add support for [email protected]  key exchange
> ----------------------------------------------------------
>
>                 Key: SSHD-704
>                 URL: https://issues.apache.org/jira/browse/SSHD-704
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: Lyor Goldstein
>            Priority: Major
>              Labels: features
>         Attachments: Curve25519.java, Curve25519SHA256AbstractDH.java, 
> Curve25519SHA256DHFactory.java, Curve25519SHA256KeyExchange.java, 
> Curve25519SHA256KeyExchangeFactory.java
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> See
> * [[email protected] kexy exchange 
> specification|https://git.libssh.org/projects/libssh.git/tree/doc/[email protected]]
> * [Secure Shell (SSH) Key Exchange Method using Curve25519 and 
> Curve448|https://tools.ietf.org/html/draft-ietf-curdle-ssh-curves-06]
> * [JEP 324: Key Agreement with Curve25519 and 
> Curve448|http://openjdk.java.net/jeps/324]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to