Skip to content

Commit

Permalink
Merge pull request #84 from stackedsax/stackedsax/fix_ssh_key_insert
Browse files Browse the repository at this point in the history
Fix the ssh identity issue with Vagrant > 1.7.0
  • Loading branch information
Karl Isenberg authored Aug 30, 2016
2 parents fb768f1 + ddc09fa commit dab4718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ Vagrant.configure(2) do |config|
config.hostmanager.manage_host = true
config.hostmanager.ignore_private_ip = false

# Avoid random ssh key for demo purposes
config.ssh.insert_key = false

# Vagrant Plugin Configuration: vagrant-vbguest
if Vagrant.has_plugin?('vagrant-vbguest')
# enable auto update guest additions
Expand Down

0 comments on commit dab4718

Please sign in to comment.