Created
October 10, 2015 21:52
-
-
Save balkian/0c268a23410464a26873 to your computer and use it in GitHub Desktop.
Add user to Dokku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/.ssh/id_rsa.pub | ssh root@<domain> "sudo sshcommand acl-add dokku <description>" | |
#Description can be anything (e.g. your user name or location |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment