From dab0faf6b5fb46c38f3b350550829e74082bdd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 7 Jun 2013 19:02:49 +0300 Subject: [PATCH] add ssh agent sample to Vagrantfile --- templates/commands/init/Vagrantfile.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index 205a8816494..6f2a3debcbc 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -27,6 +27,10 @@ Vagrant.configure("2") do |config| # your network. # config.vm.network :public_network + # If true, then any SSH connections made will enable agent forwarding. + # Default value: false + # config.ssh.forward_agent = true + # Share an additional folder to the guest VM. The first argument is # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third