aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--_posts/2020-02-24-ssh-tunnel-windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-02-24-ssh-tunnel-windows.md b/_posts/2020-02-24-ssh-tunnel-windows.md
index 8b947e4..f8b1864 100644
--- a/_posts/2020-02-24-ssh-tunnel-windows.md
+++ b/_posts/2020-02-24-ssh-tunnel-windows.md
@@ -20,7 +20,7 @@ requests to the SSH server.
Say, you have access to SSH server `gateway` on port 22, and you want to gain
access to HTTPS server `dest` on port 443, which is only accessible from the
network both it and the SSH server belong to.
-You can the run something like
+You can then run something like
```
ssh -L 4433:dest:443 gateway -p 22