diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-28 10:49:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-28 10:49:43 +0300 |
commit | 9ed498dda472011901693a91a0eae0f7c388c1d6 (patch) | |
tree | 426c2d605735c84382867ee296001379493955a9 /_posts/2020-02-24-ssh-tunnel-windows.md | |
parent | ssh-tunnel: fix a typo (diff) | |
download | jekyll-theme-9ed498dda472011901693a91a0eae0f7c388c1d6.tar.gz jekyll-theme-9ed498dda472011901693a91a0eae0f7c388c1d6.zip |
ssh-tunnel: grammar fix
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 |