Skip to content

Instantly share code, notes, and snippets.

@plasticut
Created December 24, 2014 14:26
Show Gist options
  • Save plasticut/87535799b69f21183622 to your computer and use it in GitHub Desktop.
Save plasticut/87535799b69f21183622 to your computer and use it in GitHub Desktop.
Setup dokku
export DOKKU_HOST=$HOSTNAME
export PUBLIC_KEY=~/.ssh/id_rsa.pub
export DEVELOPER=john
cat $PUBLIC_KEY | ssh root@$DOKKU_HOST "sudo sshcommand acl-add dokku $DEVELOPER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment