From 2251785f225e21a7012f10e319445fcecf0c939d Mon Sep 17 00:00:00 2001 From: "David E. Myers" Date: Sat, 25 Jan 2020 21:03:21 -0500 Subject: [PATCH] Clarify SSH port changed for cloud only --- docs/firewalls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firewalls.md b/docs/firewalls.md index 3b76fcc..e4f4d40 100644 --- a/docs/firewalls.md +++ b/docs/firewalls.md @@ -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`