A security engineer needs to remediate a SWEET32 vulnerability in an OpenSSH-based application and review existing configurations. Which of the following should the security engineer do? (Choose two.)
- ADisable Twofish algorithms
- Bcat /etc/sshd/ssh_config | grep "HMAC"
- CDisable RSA algorithms
- Dcat /etc/sshd/ssh_config | grep "PermitRootLogin"
- EDisable 3DES algorithms (correct answer)
- Fcat /etc/sshd/ssh_config | grep "Ciphers" (correct answer)
Reveal answer & explanationHide answer
The correct answer is E, F. Option E: Disable 3DES algorithms Option F: cat /etc/sshd/ssh_config | grep "Ciphers" This option keeps traffic private / properly secured as required.




