I've since found its theoretically possible to use ssh-agent forwarding, so the vagrant box has access to your ssh key
config.ssh.private_key_path = "~/.ssh/id_rsa" config.ssh.forward_agent = true So far though, I've yet to get this working vagrant cannot ssh into the box at all during 'vagrant up' when I've enabled agent forwarding -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
