Fix sync_folder type rsync ignores ssh extra_args

This commit is contained in:
Benoît Peccatte 2022-10-25 11:39:45 +02:00 committed by Chris Roberts
parent 97cbb2a057
commit 139893603f

View File

@ -108,6 +108,7 @@ module VagrantPlugins
ssh_config_file,
control_options,
]
rsh += ssh_info[:extra_args]
# Solaris/OpenSolaris/Illumos uses SunSSH which doesn't support the
# IdentitiesOnly option. Also, we don't enable it if keys_only is false