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 2def9eb271dd1e61da7e2c38a848678915353f81
parent 8c311326762da00b80ff42e2f5f263fb03ab5381
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 11 Dec 2020 19:29:42 +0100

ssh-tunnels: clarify where tunnel command should be run

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 @@ -58,7 +58,7 @@ internal SSH server through port forwarding on the network router:</p> <p>For the purposes described here, this is an ideal situation since it is easy to create a tunnel that connects the outside computer with the internal network via SSH. The following command creates -the tunnel:</p> +the tunnel when executed on the outside computer:</p> <pre><code>ssh -D 1337 -C -N company-domain.com </code></pre> diff --git a/pages/007-ssh-tunnels.txt b/pages/007-ssh-tunnels.txt @@ -56,7 +56,7 @@ internal SSH server through port forwarding on the network router: For the purposes described here, this is an ideal situation since it is easy to create a tunnel that connects the outside computer with the internal network via SSH. The following command creates -the tunnel: +the tunnel when executed on the outside computer: ssh -D 1337 -C -N company-domain.com