diff options
Diffstat (limited to 'demos/rforward.py')
-rwxr-xr-x | demos/rforward.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |