From 4704d4adb517557f91ecd51c66a11669ea3a5dcc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 5 Sep 2010 11:11:19 -0700 Subject: [PATCH] Remove "ssh.password" configuration. It has been deprecated for awhile now. --- lib/vagrant/config/ssh.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vagrant/config/ssh.rb b/lib/vagrant/config/ssh.rb index 32bf31a00..a694f3a5c 100644 --- a/lib/vagrant/config/ssh.rb +++ b/lib/vagrant/config/ssh.rb @@ -12,10 +12,6 @@ module Vagrant attr_writer :private_key_path attr_accessor :forward_agent - # The attribute(s) below do nothing. They are just kept here to - # prevent syntax errors for backwards compat. - attr_accessor :password - def private_key_path File.expand_path(@private_key_path, env.root_path) end