vagrant/lib
Brian Cain fc0707202a
FIXES #9870: Allow for windows path spaces with ssh utility
Prior to this commit, if a windows path contained a space, the ssh
utility could not properly find the private key path and the ssh command
would fail. This commit adds some additional logic to the ssh utility to
check if a path contains '%', and if so, use the IdentityFile argument.
Otherwise it will default to passing in the private key file with '-i',
which can support paths with spaces.
2018-11-09 10:19:35 -08:00
..
vagrant FIXES #9870: Allow for windows path spaces with ssh utility 2018-11-09 10:19:35 -08:00
vagrant.rb Remove level conditional for RestClient logging 2018-10-12 09:07:12 -07:00