I want to clone a bunch of private git repositories while provisioning a vagrant box. According to this article this should be possible using config.ssh.forward_agent = tr
Tom,
What you're doing is fairly generic in nature and I don't think is Vagrant specific.
Try some of the following to track down the issue:
/etc/ssh/sshd_configLogLevel debugsudo service sshd restart or /etc/init.d/sshd restarttail -f /var/log/authlog -- note, the file may be something else like /var/log/authd.log or /var/log/secure or something.Again sorry, I'm not that familiar with Vagrant but I'm wondering if the provisioning script is running as another user, in which case the agent forwarding may not work as expected?