vagrant/plugins
Jonathan f7f46ba47d Append newline to each key added
The change to this file 10 days ago removed a newline character at the end of each key added to it. This mean that when another key was added, it continued on the same line as the one before and thus wasn't being detected when an ssh connection came in with a key file.

With regards to https://github.com/mitchellh/vagrant/issues/7455 this is an (ugly) fix.

I'm sure someone knows a better command to concat a file and a string and append it to the `authorized_keys` file. But this does fix the problem.
2016-06-15 23:56:22 +01:00
..
commands Fix operation name in help message 2016-06-08 15:05:09 +03:00
communicators Remove custom tempfile class 2016-05-30 23:21:47 -04:00
guests Append newline to each key added 2016-06-15 23:56:22 +01:00
hosts Remove sysvinit else clauses in NFS for Arch Linux 2016-06-06 19:34:45 -04:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Allow customization of keys_only & paranoid SSH 2016-05-29 18:03:03 -04:00
providers 8 network adapters, always 2016-06-11 20:00:16 +02:00
provisioners provisioners/ansible: honor galaxy_roles_path when running ansible-playbook 2016-06-11 07:28:05 +02:00
pushes Use a hash for directory lookups 2016-03-17 20:48:08 -05:00
synced_folders Simpler 2016-06-06 19:47:25 -04:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.