ssh - The cipher 'aes256-cbc' is required, but it is not available in java -


this question has answer here:

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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -