I’ve got Ubuntu 14.04 droplet. I try to push the app to dokku repo, but it requests password, which I don’t have. What I do: ssh root@dmitrysmirnov.eu git clone git@github.com:my_username/my_repo.git git remote add dokku dokku@my_hostname:my_app
And it requires: dokku@dmitrysmirnov.eu’s password:
I’ve seen people suggesting doing following: cat ~/.ssh/id_rsa.pub | ssh root@my_hostname “sudo sshcommand acl-add dokku [description]” - I tried running it from my computer (not on root@my_hostname) - but it didn’t help.
What could be the problem? Any ideas on how to troubleshoot?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I followed the command line
cat ~/.sshauthorized_keys/id_do_rsa.pub | ssh root@{droplet_ip} "sudo sshcommand acl-add dokku admin"
When I do , git push dokku master
Password is still asked.
dokku@{droplet_ip}'s password:
So what did you exactly do ?
Solved myself. Didn’t understand that git push dokku master has to be done from local, not from server.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.