Revert "Fix incorrect ssh-config output when '--host' is defined"

This reverts commit c77326438b.
This commit is contained in:
Chris Roberts 2016-10-07 16:50:12 -07:00
parent 037de8bd6b
commit 703513bd0f
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@ module VagrantPlugins
ssh_info = machine.ssh_info
raise Vagrant::Errors::SSHNotReady if ssh_info.nil?
if options[:host] && options[:host].to_s != machine.name.to_s
next
end
variables = {
host_key: options[:host] || machine.name || "vagrant",
ssh_host: ssh_info[:host],