SSH2 Client FAQ
This section lists the questions you may have regarding the SSH2 client. Each question is followed by an answer.
-
Q: What is the meaning of the following error when I use PPM Legacy SSH2 client:
ERROR: java.io.IOException: Unsupported encoding algorithms requested: aes256-ctr,aes192-ctr,aes128-ctr?A: The PPM Legacy SSH2 client only supports Triple DES cipher as an encoding algorithm. If the server you try to connect to does NOT support it, you will encounter this error, and all the algorithms the server supports will be listed here.
-
Q: I can use aes128-ctr, but I cannot use aes256-ctr or aes192-ctr. Why?
A: You need to enable support for ciphers of unlimited strength in your Java Virtual Machine running PPM Center. See the section Add Support for Ciphers of Unlimited Strength for details.

