sshTunneling
This section is deprecated. Since 2.17.0, SSH tunnel configuration has moved to bindings[].sshTunnel.
Legacy SSH tunnel configuration. Disabled by default, with no implicit endpoints.
sshTunneling:
enabled: true
bindings:
- { port: 22, ipAddress: 0.0.0.0 }sshTunneling.enabled
boolean = false
Enable SSH tunnelling.
sshTunneling.bindings
object[] = []
List of endpoints to listen on for SSH tunnel connections.
sshTunneling.bindings[].port
number
Port number to listen on. The default SSH port is 22.
sshTunneling.bindings[].ipAddress
string
IP address to listen on. Use 0.0.0.0 to listen on any IPv4 address and :: on any IPv6 address.