From dc72cae475977703420613cd462544fc8d94f70a Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Mon, 23 Feb 2015 15:45:22 -0700 Subject: [PATCH] Box now supports vagrant insecure keys --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ed73a50..766528f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,7 +8,6 @@ Vagrant.configure(2) do |config| config.vm.box = "rancheros" config.ssh.username = "rancher" - # config.ssh.password = "rancher" config.vm.provider "virtualbox" do |vb| vb.check_guest_additions = false