Skip to content

Commit c7ea7ba

Browse files
committed
FAB-16530 configure agent forwarding in vagrant
This makes it easier to interact with gerrit and github from within the virtual machine. Change-Id: I8d1cf197aeee1bedcd91bf4c1ea5525cc44087c1 Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 4e5c20f commit c7ea7ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vagrant/Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Vagrant.require_version ">= 1.7.4"
99
Vagrant.configure('2') do |config|
1010
config.vm.box = "bento/ubuntu-16.04"
1111
config.vm.synced_folder "..", "/home/vagrant/go/src/github.com/hyperledger/fabric"
12+
config.ssh.forward_agent = true
1213

1314
config.vm.provider :virtualbox do |vb|
1415
vb.name = "hyperledger"

0 commit comments

Comments
 (0)