Skip Vagrant's built in ssh redirect

This commit is contained in:
Fabio Rehm 2013-03-29 03:04:53 -03:00
parent 976a6ebed7
commit d0f662a8c4

View file

@ -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