ssh - The cipher 'aes256-cbc' is required, but it is not available in java -
this question has answer here:
- jsch - invalid private key 4 answers
- the cipher 'aes256-cbc' required, not available 3 answers
i trying establish ssh connection in java. have openssh private kek.ppk file , has encryption: aes256-cbc . when try load in java, throw com.jcraft.jsch.jschexception: cipher 'aes256-cbc' required, not available.
i have searched error internet , find solution should convert key file using putty key gen.
but want use encryption: aes256-cbc establish ssh in java.
for information :- used windows 10 pro os.
kindly me sort out issue.
thanks in advance.
Comments
Post a Comment