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
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 …
This comment has been deleted
This comment has been deleted
Thanks it works perfectly !
Click below to sign up and get $100 of credit to try our products over 60 days!
This comment has been deleted