Installing the Eucalyptus Node Service on a running Ubuntu system
install the Cloud Controller's eucalyptus user's public ssh key into the Node Controller's eucalyptus user's authorized_keys file. The easiest way to do this:
*On the Node Controller, temporarily set a password for the eucalyptus user:
when i run this line in shell works ok:
sudo passwd eucalyptus
Then, on the Cloud Controller:
when i run it i got an error:
sudo -u eucalyptus ssh-copy-id -i ~eucalyptus/.ssh/id_rsa.pub eucalyptus@<IP_OF_NODE>
-bash: syntax error near unexpected token `newline'
i hope someone can help me finding where my error is or what i need to change to run it in a script
Thank You