fc0707202a
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. |
||
---|---|---|
.. | ||
vagrant | ||
vagrant.rb |