hierynomus / hierynomus/sshj

Server closed connection during identification exchange in kernel version Linux 5.4.0-91-generic x86_64 with latest version of sshj 0.33.0

Open
#786 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.7k
Forks
620
Avg merge
3d 23h
Merged PRs (30d)
11

Description

Facing exception "Server closed connection during identification exchange" in kernel version "Linux 5.4.0-91-generic x86_64" with latest version of sshj 0.33.0

The above exception occurs for the following segment -

LocalPortForwarder localPortForwarderObj;
SSHClient clientSsh;
Parameters params;
ServerSocket serversocket;

this.localPortForwarderObj = this.clientSsh.newLocalPortForwarder(this.params, this.serversocket);
this.localPortForwarderObj.listen(); // this lines gives the following exception

where the same is working fine with kernel version "Linux 4.15.0-142-generic x86_64".

What changes need to be done to make it work ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.