2 Answers
- Newest
- Most votes
- Most comments
4
Try disable insecure Algorithms like below:
MACs hmac-sha2-256,hmac-sha2-512
0
Hey,
Hope you're keeping well.
AWS Systems Manager Session Manager does not use SSH for its connections, so changes to /etc/ssh/sshd_config won’t affect its encryption algorithms. Session Manager traffic is encrypted using TLS over HTTPS via the SSM Agent, and any “hmac-sha1-96” finding is likely coming from the agent’s underlying WebSocket or channel negotiation, not from OpenSSH. To address PCI findings, make sure your SSM Agent is fully up to date (sudo snap refresh amazon-ssm-agent or use sudo yum update amazon-ssm-agent depending on your OS) since newer versions use stronger algorithms.
Thanks and regards,
Taz
answered 5 months ago
Relevant content
- asked 2 years ago
- asked 2 years ago
