vagrant/plugins
Brian Cain b45ee4f455 (#6656) Format windows paths for ssh_config command
Prior to this commit, if the ssh-config command was invoked within
cygwin or msys2, it would show a regular windows style path for private
keys rather than a path that could be used within msys2 or cygwin. This
commit updates that behavior by converting all of the private key paths
to the proper msys2 or cygwin path if the platform is windows and the
command was invoked from one of those two shells.
2017-08-25 13:17:19 -07:00
..
commands (#6656) Format windows paths for ssh_config command 2017-08-25 13:17:19 -07:00
communicators Make upload directory for winssh communicator configurable 2017-07-07 11:04:37 -07:00
guests Retain winssh_ method prefix on auth key helper 2017-08-21 14:48:52 -07:00
hosts Invoke tee from specific path 2017-06-29 16:11:18 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 (#8697) Introduce extra_args setting for ssh configs 2017-08-17 09:02:20 -07:00
providers Error when compose and force_host_vm are enabled together 2017-08-22 11:36:26 -07:00
provisioners Merge pull request #8875 from briancain/8716/master/dup-string-if-frozen-for-line-endings 2017-08-15 10:04:34 -07:00
pushes Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
synced_folders Format host address for rsync when IPv6 2017-07-31 15:44:37 -07: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.