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:
commit
6fc477af99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue