Hacker News new | ask | show | jobs
by true_tuna 3327 days ago
You have to build a new ssh CA for each class of server. There's no mechanism for granting access by host name. This becomes unmanageable fast.
1 comments

You can represent that pretty easily with principals. Just make sure that each host has itself listed as a principal and generate keys that contain that same string. It's pretty common to have a set of increasingly general principals (I.e. Hostname, cluster, tier, root@everywhere).