Re: Re: [VFS] OPENSSH private key format support

2025-07-17 Thread Gary Gregory
Hello Ravishankar. I would like us to migrate to Mina as well, the tracking ticket is https://issues.apache.org/jira/projects/VFS/issues/VFS-838 I like option 3, more specifically: Create a new Maven module commons-vfs2-ssh-jsch and move the current code there, same package, all code is deprecat

RE: Re: [VFS] OPENSSH private key format support

2025-07-17 Thread Ravishankar Joshi
Hi Gary and Konrad, I am a new user of VFS (version 2.9.0) and new to open source mailing lists. I am writing to inquire about the progress on the jsch upgrade/migration. Do we have any plans of migrating to jsch fork or Apache Mina? Thank you for your time and assistance. Thanks, Ravishankar Jos

Re: [VFS] OPENSSH private key format support

2023-12-18 Thread Gary Gregory
The best bet is probably to switch to Apache Mina, another item on my todo list, unless we get a PR on GitHub first ;-) Gary On Mon, Dec 18, 2023, 7:36 AM Konrad Samburski wrote: > Hello, > > The latest version (2.9.0) of VFS is using com.jcraft.jsch for sftp. > Unfortunately it seems jsch is

[VFS] OPENSSH private key format support

2023-12-18 Thread Konrad Samburski
Hello, The latest version (2.9.0) of VFS is using com.jcraft.jsch for sftp. Unfortunately it seems jsch is not maintained any more therefore it does not support the new OPENSSH format of private key. Are you planning to switch to jsch fork com.github.mwiede which supports new formats? I see in