-
Notifications
You must be signed in to change notification settings - Fork 30
Override SSH port #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed this is currently unused: However this one is relevant : We might be able to reuse the builtin So much I can tell now, but I can't do much further because other things are currently using up my time... PR are welcome |
I needed to run over a ssh tunnel opened on port 9022. I was going to debug this, but the plugin actually works properly when overriding the ssh port as seen below:
|
@snolahc does the approach shown by @hellonico work for you? If not, can you provide a Vagrantfile example where it does not work? |
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 :)
The text was updated successfully, but these errors were encountered: