mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix sync_folder type rsync ignores ssh extra_args
This commit is contained in:
parent
97cbb2a057
commit
139893603f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue