cerner / ccl-testing

A collection of maven plugins and their dependencies to perform CCL Unit tests and static analyses and to generate reports from the results.
Apache License 2.0
16 stars 11 forks source link

JSch Logging does not get hooked up when using public key authentication. #67

Open feckertson opened 2 years ago

feckertson commented 2 years ago

Add JSch.setLogger(new JschLogger()); to the public key createSession method like is done for the username/password method.