I am trying to establish SSH connection in java. I have openSSH private kek.ppk file and it has Encryption: aes256-cbc . When i try to load it in java, it throw com.jcraft.jsch.JSchException: The cipher 'aes256-cbc' is required, but it is not available.
I have searched this error with internet and find solution that we should convert that key file using putty key gen.
But i want to use Encryption: aes256-cbc to establish SSH in java.
For information :- I used windows 10 PRO OS.
Kindly help me to sort out this issue.
Thanks in advance.