[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-27]
remove now-incorrect comment
This commit is contained in:
parent
ae18228d07
commit
fb4e56989a
|
@ -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
|
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
|
forwarding (the openssh -L option) from a local port through a tunneled
|
||||||
connection to a destination reachable from the SSH server machine.
|
connection to a destination reachable from the SSH server machine.
|
||||||
|
|
||||||
It uses SocketServer and select, so may not work on Windows.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue