Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xarimanx/d33e196337d25158fda61557c9d12abc to your computer and use it in GitHub Desktop.
Save xarimanx/d33e196337d25158fda61557c9d12abc to your computer and use it in GitHub Desktop.

Revisions

  1. @adastreamer adastreamer created this gist Oct 31, 2015.
    2 changes: 2 additions & 0 deletions dokku_add_new_ssh_key.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    #!/bin/bash
    cat /path/to/public_key | ssh root@yourdokkuinstance "sudo sshcommand acl-add dokku [description]"