add ssh agent sample to Vagrantfile

This commit is contained in:
Elan Ruusamäe 2013-06-07 19:02:49 +03:00
parent 6d33fe440c
commit dab0faf6b5
1 changed files with 4 additions and 0 deletions

View File

@ -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