[ https://issues.apache.org/jira/browse/SSHD-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
barry-gq updated SSHD-1098:
---------------------------
Description:
When I use mina-sshd to login to one of my devices, I found that the negotiation failed during
the ssh key negotiation. I found it later based on the log that mina-sshd does not support
this algorithm.
!image-2020-10-26-15-54-53-194.png!
I also tried to specify these two algorithms to connect, but to no avail. Then, I found that
in the code Builtin eMacs::parseMacsList put umac 64@openssh.com
hmac-ripemd160 as unKnown algorithm.
So is there any good way to solve this problem (premise: my device supports only these two
algorithms, and I don’t expect to modify them)
was:
When I use mina-sshd to login to one of my devices, I found that the negotiation failed during
the ssh key negotiation. I found it later based on the log that mina-sshd does not support
this algorithm.
!image-2020-10-26-15-54-53-194.png!
I found that in the code Builtin eMacs::parseMacsList put umac 64@openssh.com
hmac-ripemd160 as unKnown algorithm.
So is there any good way to solve this problem (premise: my device supports only these two
algorithms, and I don’t expect to modify them)
> SSH login key exchange for mac algorithm negotiation failed
> -----------------------------------------------------------
>
> Key: SSHD-1098
> URL: https://issues.apache.org/jira/browse/SSHD-1098
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 1.7.0
> Reporter: barry-gq
> Priority: Major
> Attachments: image-2020-10-26-15-54-53-194.png
>
>
> When I use mina-sshd to login to one of my devices, I found that the negotiation failed
during the ssh key negotiation. I found it later based on the log that mina-sshd does not
support this algorithm.
> !image-2020-10-26-15-54-53-194.png!
> I also tried to specify these two algorithms to connect, but to no avail. Then, I found
that in the code Builtin eMacs::parseMacsList put umac 64@openssh.com
> hmac-ripemd160 as unKnown algorithm.
> So is there any good way to solve this problem (premise: my device supports only these
two algorithms, and I don’t expect to modify them)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org
|