artembilan commented on issue #309: URL: https://github.com/apache/mina-sshd/issues/309#issuecomment-1440284032
Hm, but this [sample](https://github.com/ankitkatiyar91/java-framework-examples/blob/master/java-tunneling/src/main/java/mina/TunnelMina.java) does something on the matter, although it is not clear how to leverage that for our `SftpClient` usage then: ``` sftpClient = SftpClientFactory.instance() .createSftpClient(initClientSession(), this.sftpVersionSelector); ... ClientSession clientSession = this.sshClient.connect(config) .verify(verifyTimeout) .getSession(); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
