since SFTP using private key auth is not supported with the old version of JSCH, but it is working with the forked/resurrected version, I'm contributing a patch to fix the following:
upgrade to the latest version of JSCH (drop-in replacement, no code changes needed)
fixed (implemented) the missing test code in the destinations controller to support testing of SFTP destinations using private key auth
fixed the report job part of the implementation to make the private key auth functional (needed to reorder the operations, i.e. the private key should be set before opening the session to the destination)
Hi,
since SFTP using private key auth is not supported with the old version of JSCH, but it is working with the forked/resurrected version, I'm contributing a patch to fix the following:
Hi,
is there any chance to get this fix into next release version? FTP is insecure since ever.
Cheers, Frank