vagrant-scp
vagrant-scp copied to clipboard
Add support to use a custom SSH configuration file
vagrant
allows to specify a custom SSH configuration file with
Vagrant.configure("2") do |config|
config.ssh.config = ".ssh/config"
[...]
end
This patch makes scp
use this custom SSH configuration file