mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #983 from electrofelix/detect-port-collision
Fail on port collisions
This commit is contained in:
commit
0f037bab9b
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user