Add workaround for SSH connection issue related to SSHD-1028 66/93366/5
authorTibor Král <tibor.kral@pantheon.tech>
Mon, 26 Oct 2020 03:03:02 +0000 (04:03 +0100)
committerTibor Král <tibor.kral@pantheon.tech>
Mon, 26 Oct 2020 14:11:52 +0000 (15:11 +0100)
commit28925cdfe32f72ebcd034c9c7c9c107f176ca452
tree559f408f39206c195bec273439596e2facbf4107
parent8327a8aae4a14904534b775eea1950d170a11065
Add workaround for SSH connection issue related to SSHD-1028

Provide custom version of Nio2Session which overrides the
bugged method.

JIRA: NETCONF-736
Change-Id: I0ef091680a9bdbe6bcab889335bb5ff48e91b703
Signed-off-by: Tibor Král <tibor.kral@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/NetconfSshClient.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/sshd1028/NetconfNio2Connector.java [new file with mode: 0644]
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/sshd1028/NetconfNio2ServiceFactory.java [new file with mode: 0644]
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/sshd1028/NetconfNio2ServiceFactoryFactory.java [new file with mode: 0644]
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/sshd1028/NetconfNio2Session.java [new file with mode: 0644]