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
commit 0f037bab9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'}