[
https://issues.apache.org/jira/browse/SSHD-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029968#comment-16029968
]
Markus Woschank edited comment on SSHD-710 at 5/30/17 7:29 PM:
---------------------------------------------------------------
Thats strange, but I'm pretty confident about the success i had with the
following patch:
https://gist.github.com/anonymous/ac3c1ac8cbd002cdd8e0b013d2b21798
;)
Maybe this log helps to bring some clarity:
https://gist.github.com/anonymous/83980b5063069a503aa68cba0c15fc9d
The logs show that the key with fingerprint
SHA256:YbyEXMpefvoYTnhbhLFKnu24Fxg/9epgWbQx1461fYg is being used one time with
key_verify: incorrect signature error and one time with success (patch applied).
loading of openssh keys: ```sshClient.setKeyPairProvider(new
FileKeyPairProvider(Paths.get("/home/<user>mina-sshd-test")));```
PS: this time i used sshd-1.4.0, but I think it makes no difference.
was (Author: mwoschank):
Thats strange, but I'm pretty confident about the success i had with the
following patch:
https://gist.github.com/anonymous/ac3c1ac8cbd002cdd8e0b013d2b21798
;)
Maybe this log helps to bring some clarity:
https://gist.github.com/anonymous/83980b5063069a503aa68cba0c15fc9d
The logs show that the key with fingerprint
SHA256:YbyEXMpefvoYTnhbhLFKnu24Fxg/9epgWbQx1461fYg is being used one time with
key_verify: incorrect signature error and one time with success (patch applied).
loading of openssh keys: ```sshClient.setKeyPairProvider(new
FileKeyPairProvider(Paths.get("/home/<user>mina-sshd-test")));```
> Cannot connect standard OpenSSH client/server using ed25519 keys
> ----------------------------------------------------------------
>
> Key: SSHD-710
> URL: https://issues.apache.org/jira/browse/SSHD-710
> Project: MINA SSHD
> Issue Type: New Feature
> Affects Versions: 1.4.0
> Reporter: Goldstein Lyor
> Assignee: Goldstein Lyor
> Labels: security
>
> It seems that if the SSHD client is using an _ed25519_ identity or the SSHD
> server presents an _ed25519_ key, then the generated signature is wrong
> either when (client) public key authentication is executed or (server) KEX.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)