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