Enabling ssh agent forwarding
I am trying to clone a private git repo. I have my ssh public key added to the authorized_keys file and am able to connect to my VPS using the key (no password). From my local workstation, I am able to connect to the repo and clone it. When I try access the repo via the VPS, I get a access denied (public key). Research shown I need to enable Agent Forwarding and I can't seem to make it work - enabled inside /etc/ssh/ssh_config. Please advise.