adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 0080badf3662fe353cb0e07ec8b1761d3f1e13b8
parent 6c29e3f4626c78e204fde53a7ff60a7a6e3efbb3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 11 Dec 2020 22:19:24 +0100

ssh-tunnels: minor grammar fix

Diffstat:
Mpages/007-ssh-tunnels.html | 2+-
Mpages/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 @@ -122,7 +122,7 @@ connection from the outside laptop to the office computer:</p> </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 @@ -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