Skip to content

Instantly share code, notes, and snippets.

@aral
Created October 29, 2014 23:29
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 aral/183b3bd303df237ed6d9 to your computer and use it in GitHub Desktop.
Save aral/183b3bd303df237ed6d9 to your computer and use it in GitHub Desktop.
Add a new SSH key to Dokku after initial install (e.g., email starts with aral@…)
cat .ssh/authorized_keys | grep aral@ | sshcommand acl-add dokku aral
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment