Hi Igor,
For any version level at 8.0.1.3 or higher you can use an Advanced Tuning Parameter to address this. The advanced tuning parameter allows
SSH ciphers to be specified as a list of entries, each separated by a comma ',' character. There is no validation done on the values - what you type is what will be used (so take care not to enter a wrong value otherwise SSH access may not work after deploying the changes).
The parameter is:
sshd.ciphers = aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
So to set this for strong ciphers, in the LMI navigate to:
Manage System Settings -> System Settings -> Advanced Tuning Parameters, then select New and set the fields as follows:
Key: sshd.ciphers
Value: aes128-ctr,aes192-ctr,aes256-ctr
Save and deploy the changes, the LMI will be restarted automatically.
Kind Regards,
------------------------------
Phil Goodman
IBM ISAM Support
------------------------------