diff options
Diffstat (limited to '')
-rw-r--r-- | _posts/2020-02-24-ssh-tunnel-windows.md | 2 |
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 f8b1864..a847ff4 100644 --- a/_posts/2020-02-24-ssh-tunnel-windows.md +++ b/_posts/2020-02-24-ssh-tunnel-windows.md @@ -11,7 +11,7 @@ client (`ssh`) with an access to a SSH server. You can then access any port on any host your SSH server has access to. It works like this: -* your SSH client establishes a connection with the SSH server, +* your SSH client establishes a connection to the SSH server, * the client asks the server to forward incoming requests to the destination host, * the client listens to the proxy port on the local machine, and forwards |