summaryrefslogtreecommitdiffhomepage
path: root/demos
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-05-31 18:03:12 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-05-31 18:03:12 -0700
commit25de2a02048897752df356189017b22a49d37f88 (patch)
tree60ee505fa6a9c8b11852b1b9a8dd06bcdc89936e /demos
parentf95f0eb1fb82da7ead513dac352ec92712d68e24 (diff)
More death to line continuations
Diffstat (limited to 'demos')
-rw-r--r--demos/forward.py2
-rwxr-xr-xdemos/rforward.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/forward.py b/demos/forward.py
index 96e1700d..c478e217 100644
--- a/demos/forward.py
+++ b/demos/forward.py
@@ -105,7 +105,7 @@ def verbose(s):
print(s)
-HELP = """\
+HELP = """
Set up a forward tunnel across an SSH server, using paramiko. A local port
(given with -p) is forwarded across an SSH session to an address:port from
the SSH server. This is similar to the openssh -L option.
diff --git a/demos/rforward.py b/demos/rforward.py
index ae70670c..d015cebb 100755
--- a/demos/rforward.py
+++ b/demos/rforward.py
@@ -85,7 +85,7 @@ def verbose(s):
print(s)
-HELP = """\
+HELP = """
Set up a reverse forwarding tunnel across an SSH server, using paramiko. A
port on the SSH server (given with -p) is forwarded across an SSH session
back to the local machine, and out to a remote site reachable from this