SWEET 32 vulnerability remediation


fix SSL Medium Strength Cipher Suites Supported (SWEET32) - Try this out


Take ssh to vCenter VM using root creds  

  • Run  -  sshd -T | grep ciphers | perl -pe 's/,/\n/g' | sort -u
  • add an entry in the SSHD_Config file - at the end of file
  • Run - vi /etc/ssh/sshd_config
  • Hit i to enter 
  • Add the - ciphers All_the_required_ciphers_from_the_above_output_seperated_with_commas (no spaces)
  • restart the SSHD service  -   service sshd restart POA 2 - 

No comments:

Post a Comment

Search in this blog

My Videos Channel