Show More
@@ -17,7 +17,7 b'' | |||||
17 | # |
|
17 | # | |
18 | # You should have received a copy of the GNU Lesser General Public License |
|
18 | # You should have received a copy of the GNU Lesser General Public License | |
19 | # along with Paramiko; if not, write to the Free Software Foundation, Inc., |
|
19 | # along with Paramiko; if not, write to the Free Software Foundation, Inc., | |
20 |
# 5 |
|
20 | # 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA. | |
21 |
|
21 | |||
22 | """ |
|
22 | """ | |
23 | Sample script showing how to do local port forwarding over paramiko. |
|
23 | Sample script showing how to do local port forwarding over paramiko. | |
@@ -87,4 +87,4 b' def forward_tunnel(local_port, remote_host, remote_port, transport):' | |||||
87 | ForwardServer(('127.0.0.1', local_port), SubHander).serve_forever() |
|
87 | ForwardServer(('127.0.0.1', local_port), SubHander).serve_forever() | |
88 |
|
88 | |||
89 |
|
89 | |||
90 | __all__ = ['forward_tunnel'] No newline at end of file |
|
90 | __all__ = ['forward_tunnel'] |
General Comments 0
You need to be logged in to leave comments.
Login now