Skip to content
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

Closed
exceptionfactory opened this issue Apr 14, 2022 · 5 comments
Closed

Release Timeline for 0.33.0? #779

exceptionfactory opened this issue Apr 14, 2022 · 5 comments

Comments

@exceptionfactory
Copy link
Contributor

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!

@vladimirlagunov
Copy link
Contributor

JFI some people report about problems with ssh-rsa for keys with certificates. I haven't investigated the problem thoroughly yet.

@mmascarin
Copy link

mmascarin commented Apr 19, 2022

Since version 0.32.0 I'm getting
net.schmizz.sshj.sftp.SFTPException: Command rejected due to sftp proxy policy settings: SSH_FXP_RENAME
Is this said problem with rename you meant @exceptionfactory?

@exceptionfactory
Copy link
Contributor Author

@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 sftp proxy policy settings error, that's interesting, and might be worth raising in a separate issue thread.

@mmascarin
Copy link

I also ran a test with the current master and it turns out that this also fixes the above mentioned SFTPException.
In that case: next release highly appreciated 😊

@hierynomus
Copy link
Owner

It's been released: https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=com.hierynomus&a=sshj&v=0.33.0&e=jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants