TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

11 点作者 tamier大约 9 年前

2 条评论

thesnider大约 9 年前
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 未加载
jamescun大约 9 年前
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 未加载