个人工具

“UbuntuHelp:UEC/PublicSSHKeys”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(以内容'{{From|https://help.ubuntu.com/community/UEC/PublicSSHKeys}} {{Languages|UbuntuHelp:UEC/PublicSSHKeys}} The Cloud Controller's ''eucalyptus'' user needs to have SSH access …'创建新页面)
 
(没有差异)

2010年5月20日 (四) 00:39的最新版本

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