Issue Report: Outdated/Redundant Material in SSH Hardening #152
Replies: 1 comment
SSH Security Guidance Review and ModernizationIntroductionAs a cybersecurity consultant focused on infrastructure security and secure access management, I reviewed the SSH hardening guidance and associated references in the Services section. While the overall recommendations remain directionally sound, several references and implementation details no longer reflect current industry best practices. Updating these recommendations would improve both accuracy and long-term maintainability of the repository. Analysis of Current SourcesThe current SSH section references:
These resources were valuable when originally published, but portions of their guidance have become outdated due to changes in OpenSSH defaults, cryptographic standards, authentication methods, and operational security practices. Specific concerns include:
Given these factors, it may be beneficial to remove redundant or outdated references and replace them with resources that track current OpenSSH releases and modern identity-management practices. Modern SSH Security RecommendationsRecommended updates include:
ssh-keygen -t ed25519
Bastion Host ConsiderationsBastion hosts remain a valid architectural pattern but should not become a single point of failure. Recommended practices:
Suggested Actions
|
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/decalage2/awesome-security-hardening/blob/master/README.md#services
Hello, I spotted some errors in your advising for SSH. I'll list what I noted below and make a fork.
These 3 sources referenced for SSH security no longer exist or may have been entered incorrectly.
https://www.ssi.gouv.fr/en/guide/openssh-secure-use-recommendations/
https://www.sshaudit.com/hardening_guides.html
https://bettercrypto.org/
This source listed below is deprecated by modern standards and contains 'expired' time bound advice.
https://goteleport.com/blog/how-to-ssh-properly/
I'm not fully sure if this is the right place to post about this, apologies if it is not.
All reactions