From 31f60022d85228db01bfcd741d36f7f52c53df50 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 29 Mar 2013 12:29:24 -0300 Subject: [PATCH] Allow setting guest ssh port from Vagrantfile --- lib/vagrant-lxc/provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-lxc/provider.rb b/lib/vagrant-lxc/provider.rb index f1f2bdc..4c40bb1 100644 --- a/lib/vagrant-lxc/provider.rb +++ b/lib/vagrant-lxc/provider.rb @@ -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