How to make apache SshClient understand the remote end have disconnected? I am looking at the apache sshd library for building an SSH client (SshClient class). The client uses the subsystem channel for IO as I am working with netconf and not cli. I initiate the channel like this ClientChannel channel = session.createSubsystemChannel(“netconf”); However, per ..
Recent Comments