ccl-testing
ccl-testing copied to clipboard
JSch Logging does not get hooked up when using public key authentication.
Add JSch.setLogger(new JschLogger()); to the public key createSession method like is done for the username/password method.