Created
December 4, 2015 12:44
-
-
Save andyshora/522b2702506c8fedcd2a to your computer and use it in GitHub Desktop.
new public key dokku digital ocean
This file contains hidden or 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
cat ~/.ssh/az.pub | ssh [email protected] "sudo sshcommand acl-add dokku az" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should alter
~/.ssh/authorized_keys
but double check it works.