tssh-tunnels: clarify where tunnel command should be run - 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 2def9eb271dd1e61da7e2c38a848678915353f81
 (DIR) parent 8c311326762da00b80ff42e2f5f263fb03ab5381
 (HTM) 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:
         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@@ -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>
 (DIR) diff --git a/pages/007-ssh-tunnels.txt b/pages/007-ssh-tunnels.txt
       t@@ -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