Skip to content

Commit

Permalink
Set config.ssh.insert_key = false for Vagrant v1.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Dec 13, 2014
1 parent 8f39f0d commit c5ab86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrantfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Vagrant.require_version ">= 1.6.3"
Vagrant.configure("2") do |config|
config.ssh.shell = "sh"
config.ssh.username = "docker"
config.ssh.insert_key = false

# Forward the Docker port
config.vm.network :forwarded_port, guest: 2375, host: 2375
Expand Down

0 comments on commit c5ab86a

Please sign in to comment.