directChannel.setOrgIPAddress(InetAddresses.toAddrString(local.getAddress()));
directChannel.setOrgPort(local.getPort());
channelCount++;
directChannel.connect();
} catch (JSchException e) {
// TODO: Close session if it's failed??
channelCount--;
throw new IOException("Error opening direct-tcpip channel", e);
}