fix root cause for error message when running in multi-vm environment:
SSH Defaults: * The following settings don't exist: forward_agent, forward_x11
This commit is contained in:
parent
6b3e028166
commit
13c914f85e
|
@ -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