mwiede/jsch

Support for rsa2048-sha256 Key exchange

Closed this issue · 6 comments

Hello,

This is not an issue but rather a query. I am trying to confirm if the library supports rsa2048-sha256 algorithm for key exchange. Can you please let me know.

Thank you

I guess you mean rsa-sha2-256 which is supported while 2048 is the RSA key size, which is the default

Yes, Thank you for clarifying.

Hi @ShashikanthRaoT,

If you mean the rsa2048-sha256 KEX algorithm as specified in RFC-4432, then JSch does not currently have support for it.

Thanks,
Jeremy

@norrisjeremy - Are there any plans to support rsa2048-sha256 KEX algorithm ? Thank you.

Hi @ShashikanthRaoT,

I do not have any plans to add support for the rsa2048-sha256 KEX algorithm.

Thanks,
Jeremy