diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index fc548ec79..e7e7eea97 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -72,12 +72,6 @@ module Vagrant # @return [Vagrantfile] attr_reader :vagrantfile - # The SSH information for accessing this machine. - # This attribute is set only when the machine is ready for SSH communication. - # - # @return [Hash] - attr_reader :ssh_info - # Initialize a new machine. # # @param [String] name Name of the virtual machine. @@ -470,6 +464,7 @@ module Vagrant end end + # Return the final compiled SSH info data info end