]> git.pld-linux.org Git - packages/vagrant.git/blob - Vagrantfile-ssh-agent.patch
bump net-ssh dep
[packages/vagrant.git] / Vagrantfile-ssh-agent.patch
1 --- vagrant-1.2.2/./templates/commands/init/Vagrantfile.erb~    2013-04-23 23:05:18.000000000 +0300
2 +++ vagrant-1.2.2/./templates/commands/init/Vagrantfile.erb     2013-06-07 18:57:30.102493291 +0300
3 @@ -27,6 +27,10 @@
4    # your network.
5    # config.vm.network :public_network
6  
7 +  # If true, then any SSH connections made will enable agent forwarding.
8 +  # Default value: false
9 +  # config.ssh.forward_agent = true
10 +
11    # Share an additional folder to the guest VM. The first argument is
12    # the path on the host to the actual folder. The second argument is
13    # the path on the guest to mount the folder. And the optional third
This page took 1.284872 seconds and 3 git commands to generate.