|
|
|
|
|
by kevincox
2178 days ago
|
|
I think it depends. I've worked in places that had something like the following setup. - Hardware in datacenters with operators who were not experts on the applications running.
- All remote access was done using a short term (~1 day) ssh keys. There was an authentication service to generate these. It was pretty easy to imagine that the authentication service would go down. In this case a selection of people who worked on the infrastructure had longer-term keys on HSMs. (With very high logging and alerting for any use). It would actually make sense for these to be CA keys so that they could access different user accounts or similar. TL;DR you are assuming a very basic SSH auth setup. As the regular setup gets more complicated having something like this as a backup makes sense. |
|
This is weird. Really weird.
Did that service use a more secure authentication storage than a password protected key?