|
|
|
|
|
by old-gregg
2239 days ago
|
|
Author here. I mentioned a couple of other benefits in the post, namely TTL (time to live) and the ability to have fine-grained role-based access control. Your servers should use certificate-based auth too, to join a production environment. Then you won't have the trust-on-first-use issue, because server authentication simply compares the CA of a client & server and you don't have the dreadful "are you sure [y/N]" question when connecting to a box for the first time. Basically, certificates rule the world everywhere, but due to rough UX, they haven't seen broad adoption for SSH. That's until now, hopefully :) [1] https://en.wikipedia.org/wiki/Trust_on_first_use |
|
Are there any products/tools that make this easier? I've noticed that this isn't common even within companies with robust security infrastructure.