Report this

What is the reason for this report?

Dokku add new ssh key

Posted on January 30, 2014

How can I add new ssh key for dokku. I have already created one key and tested deployment. Now i cannot add new key for accessing it from other machine



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!

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.

Run the following command to add a new key: <br><pre>cat /path/to/public_key | ssh root@yourdokkuinstance “sudo sshcommand acl-add dokku [description]”</pre> <br><code>[description]</code> can be anything as long as it is one word only (e.g. “personal”, “home”, etc.).

I have a problem, I started using dukke I was able to add ssh key, but when wanting to add another key using git and git push dokku master, I asked for a password I had lost 3 days in the forum everything is confusing …

Thanks it works perfectly !

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.