[ 
https://issues.apache.org/jira/browse/SSHD-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Wolf resolved SSHD-1326.
-------------------------------
    Fix Version/s: 2.10.0
       Resolution: Fixed

This is a duplicate of [GitHub issue 
300|https://github.com/apache/mina-sshd/issues/300], which was fixed on 
2023-01-02.

The fix is in 2.10.0, which is about to be released.

> Failed to establish an SSH connection because the server identifier exceeds 
> the int range
> -----------------------------------------------------------------------------------------
>
>                 Key: SSHD-1326
>                 URL: https://issues.apache.org/jira/browse/SSHD-1326
>             Project: MINA SSHD
>          Issue Type: Bug
>            Reporter: fuzhoupeng
>            Priority: Major
>             Fix For: 2.10.0
>
>         Attachments: image-2023-05-15-22-37-13-132.png, 
> image-2023-05-15-22-38-27-120.png, image-2023-05-15-22-39-31-313.png, 
> image-2023-05-15-22-41-11-404.png, image-2023-05-15-22-41-49-254.png
>
>
> When the channel is enabled, the server identifier is set to uint.
> !image-2023-05-15-22-41-11-404.png!
>  
> However, channelOpenConfirmation uses int to obtain the identifier of the 
> server. If the unit sent by the server exceeds the int range, the value is an 
> incorrect value. As a result, the subsequent process fails
> !image-2023-05-15-22-37-13-132.png!
>  
> ChannelOpen has changed here. The place above may have forgotten to change.
> !image-2023-05-15-22-41-49-254.png!
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to