bbende commented on issue #3726: NIFI-5816 Switch SFTP processors to use SSHJ URL: https://github.com/apache/nifi/pull/3726#issuecomment-533123035 I did write a new unit test for SFTPTransfer that tests every method in the class using the SSHTestServer, and I ran that unit test against the old implementation and the new one to prove everything works the same. As far as testing the key size, I didn't do that through a unit test, but from a quick look at the SSHTestServer it seems like it may be possible using `setPublickeyAuthenticator` instead of the password authenticator. Also, thanks for setting up that test server :)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
