From 7ac464b879ce79796a9f26b1fdc3bd479460514f Mon Sep 17 00:00:00 2001 From: Akiya Date: Tue, 9 Jul 2019 15:37:56 +0900 Subject: [PATCH] Enable ssh forwad, for wordmove --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index db467aa..90f6c8f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -34,4 +34,7 @@ Vagrant.configure(2) do |config| s.privileged = false s.path = 'provision.sh' end + + config.ssh.forward_agent = true + end