Clarify SSH port changed for cloud only

This commit is contained in:
David E. Myers 2020-01-25 21:03:21 -05:00
parent 0efa4eaf91
commit 2251785f22
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -24,7 +24,7 @@ Any external firewall must be configured to pass the following incoming ports ov
Port | Protocol | Description | Related variables in `config.cfg`
---- | -------- | ----------- | ---------------------------------
4160 | TCP | Secure Shell (SSH) | `ssh_port`
4160 | TCP | Secure Shell (SSH) | `ssh_port` (**cloud** only; for **local** port remains 22)
500 | UDP | IPsec IKEv2 | `ipsec_enabled`
4500 | UDP | IPsec NAT-T | `ipsec_enabled`
51820 | UDP | WireGuard | `wireguard_enabled`, `wireguard_port`