Skip to content

Commit

Permalink
pass on ssh credentials to guest
Browse files Browse the repository at this point in the history
  • Loading branch information
benc committed Jun 29, 2015
1 parent 1eeec30 commit 6483208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "osx-yosemite"
config.ssh.insert_key = false
config.ssh.forward_agent = true

# Build blog platform
config.vm.provider :vmware_fusion do |provider, override|
Expand Down

0 comments on commit 6483208

Please sign in to comment.