fuzhoupeng created SSHD-1326: -------------------------------- Summary: 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 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