Fixed the WinRM config documentation

This commit is contained in:
Shawn Neal 2014-10-16 09:00:08 -07:00
parent 7ff755c0da
commit c0db48b0ab
1 changed files with 8 additions and 7 deletions

View File

@ -28,18 +28,19 @@ what most public boxes are made as.
<hr> <hr>
`config.winrm.host` - The hostname or IP to SSH into. By default this is `config.winrm.host` - The hostname or IP to connect to the WinRM service.
empty, because the provider usually figures this out for you. By default this is empty, because the provider usually figures this out for
you.
<hr> <hr>
`config.winrm.port` - The port to SSH into. By default this is port 22. `config.winrm.port` - The WinRM port to connect to, by default 5985.
<hr> <hr>
`config.winrm.guest_port` - The port on the guest that SSH is running on. This `config.winrm.guest_port` - The port on the guest that WinRM is running on.
is used by some providers to detect forwarded ports for SSH. For example, if This is used by some providers to detect forwarded ports for WinRM. For
this is set to 22 (the default), and Vagrant detects a forwarded port to example, if this is set to 5985 (the default), and Vagrant detects a forwarded
port 22 on the guest from port 4567 on the host, Vagrant will attempt port to port 5985 on the guest from port 4567 on the host, Vagrant will attempt
to use port 4567 to talk to the guest if there is no other option. to use port 4567 to talk to the guest if there is no other option.