Hey,
I’m posting a question here as a last resort, before I throw my computer against the wall (not really), after multiple failed attempts to deploy a Django app through the preconfigured dokku droplets.
I have gone through several droplets, created, destroyed, spent hours going through forums, blogs and stackoverflow, but no matter what I’ve done I still get stuck at the very last stage -that damn password.
The website I’ve been using this tutorial LINK but always get stuck at
git push production master
I’ve added my local (Macbook) public key (id_rsa.pub) to both the root and dokku users, and am able to ssh into them without password prompts. I’ve configured my git account (git --global?) correctly. I’ve used
cat ~/.ssh/id_rsa.pub | ssh root@your.dokku.ip "sudo sshcommand acl-add dokku [description]"
but again, no matter what I do, I still get the password prompt.
HELP!!! What am I doing wrong? Any and all help would be really appreciated.
Thank you in advance…
EDIT: Forgot to ask… What about adding the root ssh key to the dokku user’s authorized hosts? I’ve also added the root key to my github account…
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!
Make sure you add your SSH key to the authorized_keys for the dokku user as well as root! i.e. in /home/dokku/.ssh/authorized_keys
I had the same problem, and it was because I had a misconfiguration inside ~/.ssh/config
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.