Deploy missing keys to pull from GitHub

@joemaller SSH forwarding should allow you to clone project files without having to scp your private key up to the server beforehand. Could you check whether your

  • ~/.ssh/config has ForwardAgent yes like this
  • ansible.cfg has the ForwardAgent=yes like this
1 Like