|
|
|
|
|
by megous
1181 days ago
|
|
Those keys can be worried about on a better secured computer, and don't need to be spread out on every frontend ssh server. Also it allows you to have each machine have a different host key pair, so if one leaks, only that single machine may have some trust issues, and not the whole fleet. Also it's way better than TOFU, you can just add the CA key to known_hosts and avoid TOFU for each machine. (Nevermind that you'll probably not accidentally commit some semi-ephemeral host key that's rotated often somewhere, because it will not be some special snowflake key you care about, but something handled by your infrastructure software automatically for each machine) |
|