From 14861487ec7633699fe8ea40eef6702d5ab771b5 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 31 May 2017 18:19:15 -0700 Subject: This previous tweak was overzealous. These backslashes are OK! --- demos/forward.py | 2 +- demos/rforward.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/forward.py b/demos/forward.py index c478e217..96e1700d 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 d015cebb..ae70670c 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 -- cgit v1.2.1