clarify that ssh_interface works for winrm
This commit is contained in:
parent
a8e30bc796
commit
0ae1df2071
|
@ -336,9 +336,9 @@ builder.
|
|||
private IP address, public DNS name or private DNS name will used as the host for SSH.
|
||||
The default behaviour if inside a VPC is to use the public IP address if available,
|
||||
otherwise the private IP address will be used. If not in a VPC the public DNS name
|
||||
will be used.
|
||||
will be used. Also works for WinRM.
|
||||
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
|
||||
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
|
||||
in the `NO_PROXY` environment variable.
|
||||
|
||||
|
|
|
@ -329,9 +329,9 @@ builder.
|
|||
private IP address, public DNS name or private DNS name will used as the host for SSH.
|
||||
The default behaviour if inside a VPC is to use the public IP address if available,
|
||||
otherwise the private IP address will be used. If not in a VPC the public DNS name
|
||||
will be used.
|
||||
will be used. Also works for WinRM.
|
||||
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
|
||||
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
|
||||
in the `NO_PROXY` environment variable.
|
||||
|
||||
|
|
|
@ -233,9 +233,9 @@ builder.
|
|||
private IP address, public DNS name or private DNS name will used as the host for SSH.
|
||||
The default behaviour if inside a VPC is to use the public IP address if available,
|
||||
otherwise the private IP address will be used. If not in a VPC the public DNS name
|
||||
will be used.
|
||||
will be used. Also works for WinRM.
|
||||
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
|
||||
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
|
||||
in the `NO_PROXY` environment variable.
|
||||
|
||||
|
|
|
@ -337,9 +337,9 @@ builder.
|
|||
private IP address, public DNS name or private DNS name will used as the host for SSH.
|
||||
The default behaviour if inside a VPC is to use the public IP address if available,
|
||||
otherwise the private IP address will be used. If not in a VPC the public DNS name
|
||||
will be used.
|
||||
will be used. Also works for WinRM.
|
||||
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
|
||||
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
|
||||
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
|
||||
in the `NO_PROXY` environment variable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue