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
..
2018-04-04 16:27:06 -07:00
2018-02-25 22:21:16 -07:00
2018-03-14 14:41:04 +00:00
2018-11-05 11:24:09 -08:00
2018-10-12 09:16:36 -07:00
2018-03-14 14:41:04 +00:00
2018-03-14 14:41:04 +00:00
2018-09-18 13:56:18 -07:00
2018-01-16 14:16:49 -08:00