Skip to content

Instantly share code, notes, and snippets.

@balkian
Created October 10, 2015 21:52
Show Gist options
  • Save balkian/0c268a23410464a26873 to your computer and use it in GitHub Desktop.
Save balkian/0c268a23410464a26873 to your computer and use it in GitHub Desktop.
Add user to Dokku
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