Forked from adastreamer/dokku_add_new_ssh_key.sh
Created
July 25, 2018 09:30
Dokku add new ssh key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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