以编程方式设置 eucalyptus 节点控制器密钥

发布于 2024-09-19 04:12:31 字数 312 浏览 8 评论 0原文

我有一个关于 eucalyptus 为各种控制器(如集群、节点等)设置 ssh 密钥对的方式的一般性问题。 目前我手头的任务是自动设置 eucalyptus(包括 ssh 进入机器并设置集群控制器和节点控制器)。 如果我必须以编程方式执行此操作,我需要以某种方式为节点控制器设置 sshkeys。我该怎么做呢? 手动注册 nc 后,我在 root 的 home 或 eucalyptus 的 home 中都没有看到任何authorized_keys 文件。 此外,/etc/ssh/sshd_config 不显示节点控制器上的authorized_keys 位置的更改。

请帮我解决这个问题。

I had a general question regarding the way eucalyptus setups ssh keypairs for the various controllers like cluster, node etc.
Currently my task at hand is to automate setup of eucalyptus (including ssh'ing into machines and settuping up cluster controller and node controllers).
If i have to do this programmatically, i need somehow setup sshkeys for node controllers. How do i go about doing that.
After registering a nc by hand, i don't see any authorized_keys file in either root's home or eucalyptus's home.
Also the /etc/ssh/sshd_config does not show a change in authorized_keys location on the node-controller.

Please help me resolve this question.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

捎一片雪花 2024-09-26 04:12:31

CC 和 NC 之间的 Eucalyptus ssh 连接是使用 eucalyptus 用户完成的。用户eucalyptus的根目录是/var/lib/eucalyptus。在那里您将找到包含 knownhostid_rsa.pub 文件的 .ssh 目录。

在 Eucalyptus 安装/配置过程中,您会找到更多信息。

Eucalyptus ssh connection between the CC and the NCs is done using the eucalyptus user. The root directory for the user eucalyptus is /var/lib/eucalyptus. There you'll find the .ssh directory containing the knownhost and the id_rsa.pub files.

In the Eucalyptus install/configuration process you'll find more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文