Add generated private key options to rsync command
This commit is contained in:
parent
597f49dda8
commit
9e26e31a6b
|
@ -108,7 +108,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
# If specified, attach the private key paths.
|
# If specified, attach the private key paths.
|
||||||
if ssh_info[:private_key_path]
|
if ssh_info[:private_key_path]
|
||||||
ssh_info[:private_key_path].map { |p| "-i '#{p}'" }
|
rsh += ssh_info[:private_key_path].map { |p| "-i '#{p}'" }
|
||||||
end
|
end
|
||||||
|
|
||||||
# Exclude some files by default, and any that might be configured
|
# Exclude some files by default, and any that might be configured
|
||||||
|
|
Loading…
Reference in New Issue