特殊:Badtitle/NS100:UEC/SSHKeyAuthSetup:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
以内容'{{From|https://help.ubuntu.com/community/UEC/SSHKeyAuthSetup}} {{Languages|UbuntuHelp:UEC/SSHKeyAuthSetup}} An essential step is to enable password less authentication for …'创建新页面
 
(没有差异)

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

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

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