Skip to content

Commit

Permalink
Fix WinRM default SSL port typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilias Bertsimas committed Mar 22, 2016
1 parent 8040317 commit 8bb3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/templates/communicator.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The WinRM communicator has the following options.
* `winrm_host` (string) - The address for WinRM to connect to.

* `winrm_port` (integer) - The WinRM port to connect to. This defaults to
5985 for plain unencrypted connection and 5896 for SSL when `winrm_use_ssl` is set to true.
5985 for plain unencrypted connection and 5986 for SSL when `winrm_use_ssl` is set to true.

* `winrm_username` (string) - The username to use to connect to WinRM.

Expand Down

0 comments on commit 8bb3541

Please sign in to comment.