Bug 558 - Remove SSH aesXXX-cbc encryption support
Review Request #290 — Created June 18, 2024 and submitted — Latest diff uploaded
| Information | |
|---|---|
| luhsuan | |
| APV10 | |
| rel_apv_10_7 | |
| 558 | |
| Reviewers | |
| jasonchou, milliechou, timlai, weikai | |
Remove SSH
aesXXX-cbcencryption support for not to confuse the customer.
- SSH to APV with
ssh <hostname>- PASSED (should connect to APV without failure).
- SSH to APV with
ssh <hostname> -c aes128-cbc,aes192-cbc,aes256-cbc- PASSED (should connect to APV with failure of
no matching cipher found. Their offer: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com.
- PASSED (should connect to APV with failure of
