security/ssh: SOTA-Analyse SSH-Schlüssel & Rotation (für Frank, Michael, Christina)#7
Merged
Merged
Conversation
Verstaendliche Erklaerung fuer Frank/Michael/Christina: - Was ist SSH (Einsteiger), privater vs. oeffentlicher Schluessel - Was 'rotieren' bedeutet und warum - Techniken im Vergleich (ein Schluessel fuer alles -> pro Zweck -> eingeschraenkt/forced command -> Rotation -> SSH-Zertifikate) - Empfehlung mit ICE: dedizierter read-only Scanner-Schluessel (B+C) - HTML-Ausgabe + README-Index Kontext: PR #64 security-scanner-laravel (CISA-KEV SSH-Versions-Erkennung) https://claude.ai/code/session_01QSztQCVfae3TSMSycDDvTT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Worum geht's
Eine verständliche SOTA-Analyse zu SSH-Schlüsseln und Schlüssel-Rotation, ausgelöst durch zwei Fragen aus dem Team:
Hintergrund: PR #64 in
security-scanner-laravelgibt dem CISA-KEV-Scanner einen SSH-Lesezugang. Das ist ein guter Anlass, das Thema einmal sauber für alle aufzuschreiben.Inhalt
security/ssh/2026-05-31-ssh-schluessel-sota.md(+ HTML-Version, gleicher Inhalt, schön gestaltet):Empfehlung in einem Satz: ein eigener, per
forced commandauf ein Lese-Skript eingeschränkter Scanner-Schlüssel (Least Privilege) — getrennt vom Generalschlüssel; Rotation quartalsweise; SSH-Zertifikate später, wenn wir wachsen.Hinweis
Die Doku enthält bewusst keine echten Schlüssel oder Geheimnisse — nur Konzepte, Beispiel-Platzhalter (
AAAA...) und Abläufe. Adressaten: Frank, Michael, Christina.Draft zum Gegenlesen.
Generated by Claude Code