Introduction
Introduction Statistics Contact Development Disclaimer Help
tssh-tunnels: clarify where tunnel command should be run - adamsgaard.dk - my a…
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit 2def9eb271dd1e61da7e2c38a848678915353f81
parent 8c311326762da00b80ff42e2f5f263fb03ab5381
Author: Anders Damsgaard <[email protected]>
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(-)
---
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 r…
<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
t@@ -56,7 +56,7 @@ internal SSH server through port forwarding on the network r…
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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.