Allow setting guest ssh port from Vagrantfile
This commit is contained in:
parent
306deaa0e2
commit
31f60022d8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module Vagrant
|
||||||
|
|
||||||
{
|
{
|
||||||
:host => @container.assigned_ip,
|
:host => @container.assigned_ip,
|
||||||
:port => 22 # @driver.ssh_port(@machine.config.ssh.guest_port)
|
:port => @machine.config.ssh.guest_port
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue