summaryrefslogtreecommitdiffhomepage
path: root/forward.py
diff options
context:
space:
mode:
Diffstat (limited to 'forward.py')
-rwxr-xr-xforward.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/forward.py b/forward.py
index 61532fb7..c0f5f750 100755
--- a/forward.py
+++ b/forward.py
@@ -24,8 +24,6 @@ Sample script showing how to do local port forwarding over paramiko.
This script connects to the requested SSH server and sets up local port
forwarding (the openssh -L option) from a local port through a tunneled
connection to a destination reachable from the SSH server machine.
-
-It uses SocketServer and select, so may not work on Windows.
"""
import sys