sudo packsack --allinone when asking for "Password: " which password is this??
Hello, I'm trying to use packstack --allinone to install openstack pike on my instance at GCP.
I was following this article:https://www.rdoproject.org/install/packstack/
In the last step, i.e. step 3 Step 3: Run Packstack to install OpenStack I've tried all sorts of password for this, including reset my root password, but none of them worked. Can anyone please help me with this issue?
Thanks in advance!!
It should be this:
(from https://www.rdoproject.org/install/pa...)
Try setting up ssh keys for localhost to prevent this from happening.
Hi Bernd, thanks for your reply. I've tried reset my root password using "passwd" and used the new password to enter, but failed that step. Were you saying I should (Step 1) ssh-keygen -t rsa (Step 2) cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ?
That’s what I meant. Now, I can’t try it out right now, and my memory is hazy, thus I am leaving my input as a comment rather than an answer.
I tried that as well but my problem remains. Do you know if there is anything to do with whether the ssh key pair was created with or without the passphrase option? I did it with passphrase, but I tried to enter the passphrase yet still failed at the installation step.
I doubt it has anything to do with the passphrase. Did you try a key without passphrase, or using the ssh-agent?