个人工具

UbuntuHelp:UEC/SSHKeyAuthSetup

来自Ubuntu中文

Wikibot讨论 | 贡献2010年5月20日 (四) 00:39的版本 (以内容'{{From|https://help.ubuntu.com/community/UEC/SSHKeyAuthSetup}} {{Languages|UbuntuHelp:UEC/SSHKeyAuthSetup}} An essential step is to enable password less authentication for …'创建新页面)

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

An essential step is to enable password less authentication for the eucalyptus user on all the controllers. Repeat the following operation for each walrus (WS3) and cluster (CC) controller servers:

  1. On the target (CC or WS3) Controller, temporarily set a password for the eucalyptus user:
sudo passwd eucalyptus
  1. Then, on the Cloud Controller (CLC):
sudo -u eucalyptus ssh-copy-id -i ~eucalyptus/.ssh/id_rsa.pub eucalyptus@<IP_OF_TARGET>
  1. You can now remove the password of the eucalyptus account on the target:
sudo passwd -d eucalyptus