Hacker News new | ask | show | jobs
by dmuth 1391 days ago
For those curious about how SSH CAs and key signing works, I wrote a blog post about that awhile ago: https://dmuth.medium.com/ssh-at-scale-cas-and-principals-b27...

I also created a "playground" which can be used to stand up such an environment running in Docker containers to better understand the process: https://github.com/dmuth/ssh-principal-and-ca-playground

Hope folks here find them helpful.

1 comments

That that looks rly helpful. I’ll check that out tonight, thanks for sharing