|
|
|
|
|
by jamescun
3756 days ago
|
|
If you are managing enough servers to justify automating the deployment SSH keys, you probably also have configuration management. Why would you use this rather than your existing configuration management system? The latter reuses existing infrastructure and is naturally more concurrent and scalable. I get this is a push mechanism and configuration management is generally pull-based, alternatively tools like Ansible exist which can perform the same task and then some. |
|