特殊:Badtitle/NS100:UEC/PublicSSHKeys

来自Ubuntu中文
Wikibot留言 | 贡献2010年5月20日 (四) 00:39的版本 (以内容'{{From|https://help.ubuntu.com/community/UEC/PublicSSHKeys}} {{Languages|UbuntuHelp:UEC/PublicSSHKeys}} The Cloud Controller's ''eucalyptus'' user needs to have SSH access …'创建新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :UEC/PublicSSHKeys/zh | | {{#ifexist: UEC/PublicSSHKeys/zh | | {{#ifeq: {{#titleparts:UEC/PublicSSHKeys|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:UEC/PublicSSHKeys|1|-1|}} | zh | | }}

The Cloud Controller's eucalyptus user needs to have SSH access to the Walrus Controller, Cluster Controller, and Storage Controller as the eucalyptus user. Install the Cloud Controller's eucalyptus user's public ssh key by:

  • On the target controller, temporarily set a password for the eucalyptus user:
sudo passwd eucalyptus
  • Then, on the Cloud Controller:
sudo -u eucalyptus ssh-copy-id -i ~eucalyptus/.ssh/id_rsa.pub eucalyptus@<IP_OF_NODE>
  • You can now remove the password of the eucalyptus account on the target controller, if you wish:
sudo passwd -d eucalyptus