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.