Skip to content

Commit 9060c04

Browse files
committed
mention networking v2
1 parent 2279f4b commit 9060c04

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

setup/kubernetes/k3s.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,15 @@ Before proceeding, please make sure that:
4444

4545
## Step 1: Change the default SSH port
4646

47-
To allow [SSH into workspaces](../../workspaces/ssh), you must change the host's
48-
default SSH port to free up port `22`. You may also need to modify your firewall
49-
to accept incoming traffic from the alternative port (e.g., if you rename port
50-
`22` to `5522`, then your firewall must accept traffic from `5522`).
47+
If you enable Networking v2 after installing Coder (in
48+
`Manage > Admin > Infrastructure`), this step is not necessary to SSH into
49+
workspaces, as TURNS is used instead.
50+
51+
Otherwise, in order to allow [SSH into workspaces](../../workspaces/ssh), you
52+
must change the host's default SSH port to free up port `22`. You may also need
53+
to modify your firewall to accept incoming traffic from the alternative port
54+
(e.g., if you rename port `22` to `5522`, then your firewall must accept traffic
55+
from `5522`).
5156

5257
> If you don't know how to change the SSH port in Linux, please review this
5358
> [guide from Linuxize](https://linuxize.com/post/how-to-change-ssh-port-in-linux/)

0 commit comments

Comments
 (0)