Allow setting guest ssh port from Vagrantfile

This commit is contained in:
Fabio Rehm 2013-03-29 12:29:24 -03:00
parent 306deaa0e2
commit 31f60022d8

View file

@ -53,7 +53,7 @@ module Vagrant
{
:host => @container.assigned_ip,
:port => 22 # @driver.ssh_port(@machine.config.ssh.guest_port)
:port => @machine.config.ssh.guest_port
}
end