disableTcpConnections property

bool? disableTcpConnections
getter/setter pair

Disables support for plain TCP connections in the workstation.

By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.

Optional.

Implementation

core.bool? disableTcpConnections;