Initializer
Properties
| Name | Type | Description |
|---|---|---|
host | string | The address of the resource to connect to. |
type | string | The connection type. |
cacert | string | The CA certificate to validate against. |
https | boolean | Set to true to connect using HTTPS instead of HTTP. |
insecure | boolean | Set to true to skip validating the HTTPS certificate chain. |
password | string | The password to use for the connection. |
port | number | The port to connect to. |
scriptPath | string | The path used to copy scripts meant for remote execution. |
timeout | string | The timeout to wait for the connection to become available. |
useNtlm | boolean | Set to true to use NTLM authentication rather than default (basic authentication), removing the requirement for basic authentication to be enabled within the target guest. |
user | string | The user to use for the connection. |
hostRequired
- Type: string
typeRequired
- Type: string
cacertOptional
- Type: string
httpsOptional
- Type: boolean
insecureOptional
- Type: boolean
passwordOptional
- Type: string
portOptional
- Type: number
- Default: 22
scriptPathOptional
- Type: string
timeoutOptional
- Type: string
- Default: 5m
useNtlmOptional
- Type: boolean
userOptional
- Type: string
- Default: root