aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-02-28 10:49:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-02-28 10:49:43 +0300
commit9ed498dda472011901693a91a0eae0f7c388c1d6 (patch)
tree426c2d605735c84382867ee296001379493955a9
parentssh-tunnel: fix a typo (diff)
downloadjekyll-theme-9ed498dda472011901693a91a0eae0f7c388c1d6.tar.gz
jekyll-theme-9ed498dda472011901693a91a0eae0f7c388c1d6.zip
ssh-tunnel: grammar fix
-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 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