mwiede / jsch

fork of the popular jsch library
Other
718 stars 133 forks source link

Support for rsa2048-sha256 Key exchange #493

Closed ShashikanthRaoT closed 8 months ago

ShashikanthRaoT commented 8 months ago

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

mwiede commented 8 months ago

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

ShashikanthRaoT commented 8 months ago

Yes, Thank you for clarifying.

norrisjeremy commented 8 months ago

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

ShashikanthRaoT commented 8 months ago

@norrisjeremy Thank you.

ShashikanthRaoT commented 5 months ago

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

norrisjeremy commented 5 months ago

Hi @ShashikanthRaoT,

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

Thanks, Jeremy