Hi,
First thanks for your really useful provider !
i need specific SSH ports to access my servers and the option is not available in the Vagrantfile, the 22 port is hard-coded in the plugin.
Line 24 of provider.rb :
:port => @machine.provider_config.ssh-port
maybe ?
the 22 port is hard-coded in action/read_state.rb but seems unused.
thanks :)
Hi,
First thanks for your really useful provider !
i need specific SSH ports to access my servers and the option is not available in the Vagrantfile, the 22 port is hard-coded in the plugin.
Line 24 of provider.rb :
:port => @machine.provider_config.ssh-port
maybe ?
the 22 port is hard-coded in action/read_state.rb but seems unused.
thanks :)