-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Timeline for 0.33.0? #779
Comments
JFI some people report about problems with ssh-rsa for keys with certificates. I haven't investigated the problem thoroughly yet. |
Since version |
@mmascarin The rename problem is setting additional command flags without checking the SFTP server version. This issue is resolved in the current master branch, addressed in PR #754. I haven't seen the |
I also ran a test with the current master and it turns out that this also fixes the above mentioned SFTPException. |
The current master branch has some important improvements over 0.32.0, is there a release timeline for the next version @hierynomus?
One particular issue worth noting is the handling of RSA public key authentication with Azure Blob Storage SFTP. The Azure documentation lists sshj 0.27.0 and higher as supported, but changes in sshj 0.30.0 to support RSA with SHA2 broke RSA public key authentication. This issue appears to be resolved in the current master branch with changes to attempt each supported RSA algorithm.
Another issue resolved is SFTP file renaming, which fails when the SFTP server does not support protocol version 5 extensions.
Thanks to everyone who has contributed improvements, it would be great to get a new version released soon!
The text was updated successfully, but these errors were encountered: