Merge pull request #983 from electrofelix/detect-port-collision

Fail on port collisions
This commit is contained in:
Darragh Bailey
2019-04-30 15:53:02 +01:00
committed by GitHub

View File

@@ -97,6 +97,7 @@ module VagrantPlugins
User=#{ssh_info[:username]}
Port=#{ssh_info[:port]}
UserKnownHostsFile=/dev/null
ExitOnForwardFailure=yes
StrictHostKeyChecking=no
PasswordAuthentication=no
ForwardX11=#{ssh_info[:forward_x11] ? 'yes' : 'no'}