I created droplet with Ubuntu Dokku v0.4.2 on 14.04 in digital ocean and try to push my node app on my VPS. My problem is: I can authenticate like root by ssh key BUT I can't do the same like dokku user and get demand of password when I use command: git push dokku master. or when make call: ssh dokku@myServerIp.
As mentioned in tutorials I used command:
$ cat ~/.ssh/id_rsa.pub | ssh root@myServerIp "sudo sshcommand acl-add dokku me@mycomp"
before any operations with dokku user.