[
https://issues.apache.org/jira/browse/SSHD-1163?focusedWorklogId=603922&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-603922
]
ASF GitHub Bot logged work on SSHD-1163:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/May/21 14:41
Start Date: 30/May/21 14:41
Worklog Time Spent: 10m
Work Description: smilesometimes edited a comment on pull request #195:
URL: https://github.com/apache/mina-sshd/pull/195#issuecomment-851009117
The latter. it was wrong before, but with this correction it's good.
maxTraydakalo's commit is right.
Today I have met this bug, my ssh server can not connect, I modify the
client sshd config like this:
// ssh client config like this, cannot connet to server
KexAlgorithms = diffie-hellman-group-exchange-sha256
HostKeyAlgorithms = rsa-sha2-256
//ssh client config like this, can connect to server
KexAlgorithms = ecdh-sha2-nistp256
HostKeyAlgorithms = rsa-sha2-256
The diffie-hellman-group-exchange-sha256 use DHGEXClient class which is
wrong before this commit, so it cannot work.
The ecdh-sha2-nistp256. use DHGClient class which is right.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 603922)
Time Spent: 2.5h (was: 2h 20m)
> Wrong server key algorithm choose
> ---------------------------------
>
> Key: SSHD-1163
> URL: https://issues.apache.org/jira/browse/SSHD-1163
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 2.7.0
> Reporter: Max Traydakalo
> Priority: Major
> Fix For: 2.7.1
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Wrong server key type algorithm choose (in case of use rsa-sha2-256 and
> rsa-sha2-512 always identify like ssh-rsa) in case of usage DHFactories with
> group exchange.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]