Skip to content

Add SSH client and key management hardening guide#420

Merged
mattaereal merged 25 commits intosecurity-alliance:developfrom
DicksonWu654:codex/issue-393-ssh-hardening
Apr 6, 2026
Merged

Add SSH client and key management hardening guide#420
mattaereal merged 25 commits intosecurity-alliance:developfrom
DicksonWu654:codex/issue-393-ssh-hardening

Conversation

@DicksonWu654
Copy link
Copy Markdown
Collaborator

Summary

  • add an endpoint-security guide for SSH client and key management hardening
  • cover modern key choices, passphrases, agent forwarding, host verification, automation separation, and revocation
  • add the guide to the endpoint-security index and sidebar

Closes #393

Validation

  • pnpm exec markdownlint-cli2 docs/pages/guides/endpoint-security/ssh-client-and-key-management-hardening.mdx docs/pages/guides/endpoint-security/index.mdx
  • pnpm exec vocs build
  • Claude CLI review of the final diff

@github-actions
Copy link
Copy Markdown

Sidebar Configuration Reminder

This PR includes added, renamed, or removed documentation files:

  • docs/pages/guides/endpoint-security/ssh-client-and-key-management-hardening.mdx (added)

Please ensure that:

  • The sidebar in vocs.config.tsx has been updated to include these files
  • New content has the dev: true parameter so it's marked as under development
  • Sidebar links match the file paths - use the preview deployment to verify

See Contributing Guide – Sidebar & Navigation for more details.


This is an automated reminder. If this PR doesn't need sidebar changes, you can ignore this message.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 16, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
frameworks ✅ Ready (View Log) Visit Preview 7c97570

@DicksonWu654 DicksonWu654 marked this pull request as draft March 16, 2026 03:59
@scode2277 scode2277 added the content:add This issue or PR adds content or suggests to label Mar 16, 2026
Copy link
Copy Markdown
Collaborator Author

@DicksonWu654 DicksonWu654 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Added a section on using SSH certificates for improved access management.
@mattaereal
Copy link
Copy Markdown
Collaborator

Added a section about certificates

@DicksonWu654
Copy link
Copy Markdown
Collaborator Author

@mattaereal aight I think it's ready to review again!

@pinalikefruit pinalikefruit self-requested a review March 26, 2026 13:01
Copy link
Copy Markdown
Collaborator

@pinalikefruit pinalikefruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good for me 👍🏽 great section

@mattaereal mattaereal merged commit efc3961 into security-alliance:develop Apr 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content:add This issue or PR adds content or suggests to

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Content(add): SSH client and key management hardening guide

4 participants