TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SSHKeyDistribut0r: A tool to make SSH key distribution easier for sysop teams

11 pointsby tamierabout 9 years ago

2 comments

thesniderabout 9 years ago
Instead of doing something like this, it&#x27;s often actually simpler and easier to manage if you use the built-in ssh certificate feature. Check out <a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-create-an-ssh-ca-to-validate-hosts-and-clients-with-ubuntu" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-crea...</a> for an example of how to do that.<p>Now, no one has to remember to push the keys whenever something changes, <i>and</i> you no longer get spurious host key messages.
评论 #11249777 未加载
jamescunabout 9 years ago
If you are managing enough servers to justify automating the deployment SSH keys, you probably also have configuration management.<p>Why would you use this rather than your existing configuration management system? The latter reuses existing infrastructure and is naturally more concurrent and scalable.<p>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.
评论 #11249569 未加载