Skip to content

Commit 43ebf66

Browse files
authored
docs: explain why coder port-forward is more performant than dashboard and sshd (#9494)
1 parent 18c9f33 commit 43ebf66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/networking/port-forwarding.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ There are three ways to forward ports in Coder:
1010
- Dashboard
1111
- SSH
1212

13-
The `coder port-forward` command is generally more performant.
13+
The `coder port-forward` command is generally more performant than:
14+
15+
1. The Dashboard which proxies traffic through the Coder control plane versus
16+
peer-to-peer which is possible with the Coder CLI
17+
1. `sshd` which does double encryption of traffic with both Wireguard and SSH
1418

1519
## The `coder port-forward` command
1620

0 commit comments

Comments
 (0)