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-10-12 09:07:12 -07:00
2017-04-24 20:09:32 +02:00
2017-10-23 10:57:36 -07:00
2018-03-14 14:41:04 +00:00
2018-03-14 14:41:04 +00:00
2018-03-14 14:41:04 +00:00