| tssh-tunnels: minor grammar fix - adamsgaard.dk - my academic webpage | |
| git clone git://src.adamsgaard.dk/adamsgaard.dk | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 0080badf3662fe353cb0e07ec8b1761d3f1e13b8 | |
| parent 6c29e3f4626c78e204fde53a7ff60a7a6e3efbb3 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Fri, 11 Dec 2020 22:19:24 +0100 | |
| ssh-tunnels: minor grammar fix | |
| Diffstat: | |
| M pages/007-ssh-tunnels.html | 2 +- | |
| M pages/007-ssh-tunnels.txt | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/pages/007-ssh-tunnels.html b/pages/007-ssh-tunnels.html | |
| t@@ -122,7 +122,7 @@ connection from the outside laptop to the office computer:… | |
| </code></pre> | |
| <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> | |
| +tunnel all the way from the outside laptop to the office computer:</p> | |
| <pre><code>ssh -D 1337 -C -N office_computer | |
| </code></pre> | |
| diff --git a/pages/007-ssh-tunnels.txt b/pages/007-ssh-tunnels.txt | |
| t@@ -115,7 +115,7 @@ connection from the outside laptop to the office computer: | |
| ssh office_computer | |
| 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: | |
| +tunnel all the way from the outside laptop to the office computer: | |
| ssh -D 1337 -C -N office_computer | |