vagrant-scp
vagrant-scp copied to clipboard
Copy files to a Vagrant VM via SCP.
When using the "Microsoft/EdgeOnWindows10" box provided by Microsoft, `vagrant scp` fails with > Too many authentication failures for IEUser from 10.0.2.2 port 57126 ssh2 This very machine does not support...
Hi, some of my machines are remote servers handled by the vagrant-managed-servers plugin. When I try to use the vagrant-scp plugin with such machine, I get the following error: ```bash...
If I run something like ``` sh vagrant scp ~/foo/bar :~/baz/ ``` Where `/baz/` does not exist then vagrant-scp fails silently — no error is shown but the file is...
If in the Vagrantfile file settings for vagrant-1 project the settings are defined like ``` ruby config.ssh.private_key_path = Array['/home/user/Vagrant/vagrant-1/old-key','/home/user/Vagrant/vagrant-1/new-key'] ``` only the first key is used to authorize a scp...