diff --git a/CHANGELOG.md b/CHANGELOG.md index a37ad40ed..bc5809070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: - core: allow removal of all box versions with `--all` flag [GH-3462] - command/plugin: Add `--plugin-clean-sources` flag to reset plugin install sources, primarily for corp firewalls. [GH-4738] + - communicators/winrm: Configurable execution time limit [GH-6213] - provisioners/shell: Support interactive mode for elevated PowerShell scripts [GH-6185] - provisioners/ansible: add new `force_remote_user` option to control whether diff --git a/website/docs/source/v2/vagrantfile/winrm_settings.html.md b/website/docs/source/v2/vagrantfile/winrm_settings.html.md index add316a40..db1ced243 100644 --- a/website/docs/source/v2/vagrantfile/winrm_settings.html.md +++ b/website/docs/source/v2/vagrantfile/winrm_settings.html.md @@ -46,10 +46,16 @@ to use port 4567 to talk to the guest if there is no other option.
Set-Item WSMan:\localhost\Service\AllowUnencrypted -Value True Set-Item WSMan:\localhost\Service\Auth\Basic -Value True -\ No newline at end of file +