tssh-tunnels: fix typo. Thanks leot! - adamsgaard.dk - my academic webpage
(HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6c29e3f4626c78e204fde53a7ff60a7a6e3efbb3
(DIR) parent 2def9eb271dd1e61da7e2c38a848678915353f81
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 11 Dec 2020 20:47:44 +0100
ssh-tunnels: fix typo. Thanks leot!
Diffstat:
M pages/007-ssh-tunnels.html | 2 +-
M pages/007-ssh-tunnels.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/pages/007-ssh-tunnels.html b/pages/007-ssh-tunnels.html
t@@ -121,7 +121,7 @@ connection from the outside laptop to the office computer:</p>
<pre><code>ssh office_computer
</code></pre>
-<p>As in the previous exapmle, you can use this setup to create a SSH
+<p>As in the previous example, you can use this setup to create a SSH
tunnel all the way from outside laptop to the office computer:</p>
<pre><code>ssh -D 1337 -C -N office_computer
(DIR) diff --git a/pages/007-ssh-tunnels.txt b/pages/007-ssh-tunnels.txt
t@@ -114,7 +114,7 @@ connection from the outside laptop to the office computer:
ssh office_computer
-As in the previous exapmle, you can use this setup to create a SSH
+As in the previous example, you can use this setup to create a SSH
tunnel all the way from outside laptop to the office computer:
ssh -D 1337 -C -N office_computer