Skip to content

Instantly share code, notes, and snippets.

@adastreamer
Created October 31, 2015 23:38
Show Gist options
  • Save adastreamer/62e567295670a0ecc36b to your computer and use it in GitHub Desktop.
Save adastreamer/62e567295670a0ecc36b to your computer and use it in GitHub Desktop.
Dokku add new ssh key
#!/bin/bash
cat /path/to/public_key | ssh root@yourdokkuinstance "sudo sshcommand acl-add dokku [description]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment