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

Copy files to a Vagrant VM via SCP.

Results 14 vagrant-scp issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

enhancement
help wanted

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...