From 5ce2aa0f08503b31adf7815b543b8d27a5d4bde9 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 18 Feb 2017 14:34:01 -0800 Subject: [PATCH] enable agent forwarding --- ch01/playbooks/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ch01/playbooks/Vagrantfile b/ch01/playbooks/Vagrantfile index 35b7908..dcbed32 100644 --- a/ch01/playbooks/Vagrantfile +++ b/ch01/playbooks/Vagrantfile @@ -13,6 +13,7 @@ Vagrant.configure("2") do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. config.vm.box = "ubuntu/trusty64" + config.ssh.forward_agent = true # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs -- 2.44.0