278279280281282283284
@Override public Socket buildTunneledSocket() throws IOException, SshException { MinaSshConnectionWrapper sshConnection = ensureConnected(); return new SshTunnelSocket(sshConnection.sshClientSession); }