Skip to content

Instantly share code, notes, and snippets.

@theironsamurai
Created May 23, 2014 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theironsamurai/ae5a0537e1d23214510e to your computer and use it in GitHub Desktop.
Save theironsamurai/ae5a0537e1d23214510e to your computer and use it in GitHub Desktop.
Dokku ssh
# change [description] to whatever you want your key to be described as
cat /path/to/public_key | ssh root@yourdokkuinstance.com "sudo sshcommand acl-add dokku [description]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment