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

Does jsch support AES256-SDCTR? #710

Open
avnerw74 opened this issue Nov 17, 2024 · 2 comments
Open

Does jsch support AES256-SDCTR? #710

avnerw74 opened this issue Nov 17, 2024 · 2 comments

Comments

@avnerw74
Copy link

Hi,

We have a customer that changed their SFTP server cipher to AES256-SDCTR.
They are getting error: "Algorithm negotiation fail".

Is AES256-SDCTR supported by JSCH?
If yes, which cipher should be mentioned in the ciphers list? (aes256-ctr)?
If no, are there any plans to support it?

Regards,
Avner

@norrisjeremy
Copy link
Contributor

Hi @avnerw74,

Did you actually try to enable aes256-ctr and it failed?
Also, have you enabled logging in JSch to see better why the connection failed?

Thanks,
Jeremy

@avnerw74
Copy link
Author

Hi @norrisjeremy,

Thanks for the reply. Logging wasn't yet enabled.
I'll ask them to test aes256-ctr (though I believe it was in the ciphers list, as it is enabled by default).

Thanks,
Avner

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

2 participants