smilesometimes commented on pull request #195:
URL: https://github.com/apache/mina-sshd/pull/195#issuecomment-851009117
Oh , maxTraydakalo's commit is right. Today I have met this bug, my
device can not connect.
`
// client config like this, cannot connet
KexAlgorithms = diffie-hellman-group-exchange-sha256
HostKeyAlgorithms = rsa-sha2-256
`
`
// client config like this, can connect
KexAlgorithms = ecdh-sha2-nistp256
HostKeyAlgorithms = rsa-sha2-256
`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]