个人工具

UbuntuHelp: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 …'创建新页面)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

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