Skip to content

Commit

Permalink
Merge pull request hashicorp#1808 from glensc/ssh-agent
Browse files Browse the repository at this point in the history
add ssh agent sample to Vagrantfile
  • Loading branch information
mitchellh committed Jun 9, 2013
2 parents c941de9 + dab0faf commit 27994d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/commands/init/Vagrantfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27994d2

Please sign in to comment.