Skip Vagrant's built in ssh redirect
This commit is contained in:
parent
976a6ebed7
commit
d0f662a8c4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ module Vagrant
|
|||
mappings = {}
|
||||
|
||||
config.vm.networks.each do |type, options|
|
||||
if type == :forwarded_port
|
||||
if type == :forwarded_port && options[:id] != 'ssh'
|
||||
mappings[options[:host]] = options
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue