Merge pull request #1573 from benjixx/bugfix-ssh-forward-settings

fix root cause for error message when running in multi-vm environment
This commit is contained in:
Mitchell Hashimoto 2013-04-10 13:17:07 -07:00
commit 6fc477af99
1 changed files with 0 additions and 2 deletions

View File

@ -258,8 +258,6 @@ module Vagrant
end
# We set the defaults
info[:forward_agent] ||= @config.ssh.default.forward_agent
info[:forward_x11] ||= @config.ssh.default.forward_x11
info[:host] ||= @config.ssh.default.host
info[:port] ||= @config.ssh.default.port
info[:private_key_path] ||= @config.ssh.default.private_key_path