You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case, destination in parameters is not available, open channel fails with exception
Opening direct-tcpip channel failed: Connection refused
at net.schmizz.sshj.connection.channel.direct.AbstractDirectChannel.gotOpenFailure(AbstractDirectChannel.java:64)
at net.schmizz.sshj.connection.channel.direct.AbstractDirectChannel.gotUnknown(AbstractDirectChannel.java:89)
at net.schmizz.sshj.connection.channel.AbstractChannel.handle(AbstractChannel.java:193)
at net.schmizz.sshj.connection.ConnectionImpl.handle(ConnectionImpl.java:128)
at net.schmizz.sshj.transport.TransportImpl.handle(TransportImpl.java:455)
at net.schmizz.sshj.transport.Decoder.decode(Decoder.java:107)
at net.schmizz.sshj.transport.Decoder.received(Decoder.java:175)
at net.schmizz.sshj.transport.Reader.run(Reader.java:61)
DirectTCPIPChannel is not started, socket monitor is not activated and socket is never closed. Client is locked forever.
The text was updated successfully, but these errors were encountered:
Hello, source.
In case, destination in parameters is not available,
open channel
fails with exceptionDirectTCPIPChannel
is not started, socket monitor is not activated and socket is never closed. Client is locked forever.The text was updated successfully, but these errors were encountered: