File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,15 @@ Before proceeding, please make sure that:
44
44
45
45
## Step 1: Change the default SSH port
46
46
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 ` ).
51
56
52
57
> If you don't know how to change the SSH port in Linux, please review this
53
58
> [ guide from Linuxize] ( https://linuxize.com/post/how-to-change-ssh-port-in-linux/ )
You can’t perform that action at this time.
0 commit comments