diff options
Diffstat (limited to 'demos/forward.py')
-rw-r--r-- | demos/forward.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |