bottlerocket-admin-container
bottlerocket-admin-container copied to clipboard
Evaluate disabling certain default cipher suites and key-ex algos
We should evaluate disabling some default SSH cipher suites and key algorithms that might trigger vulnerability scanning tools
EKS optimized AMI's sshd_config limits the cipher suites to the following by default:
Ciphers aes128-ctr,aes256-ctr,[email protected],[email protected]
We should consider doing the same. Users can still override with the admin container userdata if they wish.