Skip to content
dynamostack edited this page Jun 15, 2015 · 3 revisions
  • ssh-keygen on dev machine say this is file is id_rsa.pub
  • login to dokku server
  • copy id_rsa.pub which is generated on dev machine
  • cat id_rsa.pub | sshcommand acl-add dokku devmachine

Your dokku server will not take push from your devmachine

Clone this wiki locally