LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Eucalyptus on Ubuntu? (https://www.linuxquestions.org/questions/linux-newbie-8/installing-eucalyptus-on-ubuntu-771331/)

yenaing 11-24-2009 05:28 PM

Installing Eucalyptus on Ubuntu?
 
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
:)

gn000we 11-27-2009 03:56 AM

Quote:

Originally Posted by yenaing (Post 3768484)
sudo -u eucalyptus ssh-copy-id -i ~eucalyptus/.ssh/id_rsa.pub eucalyptus@<IP_OF_NODE>
-bash: syntax error near unexpected token `newline'

Stab in the dark: syntax ok on the command?


All times are GMT -5. The time now is 08:23 AM.