I would not mind seeing if we can replace Jsch with Mina. This should be transparent to call sites (hopefully). Feel free to provide a PR on GitHub ;-)
Gary On Sun, Apr 30, 2023, 04:15 Jon <heeerrresjo...@gmail.com> wrote: > JSch is aging and appears to be abandoned at this point. (One particular > issue is its lack of support for newer key formats and algorithms). Are > there any plans to replace it with a different implementation? It looks > like there is an SFTP implementation under the Apache MINA SSHD project, as > an example of an alternative. It's also possible to replace the standard > JSch dependency with a fork (such as github.com/mwiede/jsch), but I'd > rather stick to something "sanctioned" by VFS contributors. > > Any insight or recommendations would be greatly appreciated. >