vagrant-scp icon indicating copy to clipboard operation
vagrant-scp copied to clipboard

Add support to use a custom SSH configuration file

Open riton opened this issue 3 years ago • 0 comments

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

riton avatar Nov 23 '21 14:11 riton