vagrant/plugins/commands/ssh
Mitchell Hashimoto e0ec679838 `vagrant ssh` with full console works with new provider.
This works by now calling the `:ssh` action on the provider. This action
is allowed to do whatever it pleases, but should at some point probably
call the `SSHExec` built-in middleware.

The `SSHExec` built-in middleware was added. This uses the information
returned by `Machine#ssh_info` and uses the `Vagrant::Util::SSH` helper
to exec into the remote machine. The provider should do any work upfront
in verifying that the machine is ready to be SSHed into.
2012-08-05 13:45:24 -07:00
..
command.rb `vagrant ssh` with full console works with new provider. 2012-08-05 13:45:24 -07:00
plugin.rb Defer loading for commands to last possible moment 2012-05-23 16:18:29 -07:00