mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Clarify SSH port changed for cloud only (#1706)
This commit is contained in:
parent
0efa4eaf91
commit
78cc708435
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
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`
|
500 | UDP | IPsec IKEv2 | `ipsec_enabled`
|
||||||
4500 | UDP | IPsec NAT-T | `ipsec_enabled`
|
4500 | UDP | IPsec NAT-T | `ipsec_enabled`
|
||||||
51820 | UDP | WireGuard | `wireguard_enabled`, `wireguard_port`
|
51820 | UDP | WireGuard | `wireguard_enabled`, `wireguard_port`
|
||||||
|
|
Loading…
Add table
Reference in a new issue