Question
git push dokku master requires password
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:myusername/myrepo.git
git remote add dokku dokku@myhostname:myapp
And it requires:
dokku@dmitrysmirnov.eu’s password:
I’ve seen people suggesting doing following:
cat ~/.ssh/idrsa.pub | ssh root@myhostname “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?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Try running that command on the dokku host, and not localy:
Note that the installation process for dokku should provide you with a web ui at that host.