File: //lib64/python3.6/site-packages/zmq/ssh/__pycache__/forward.cpython-36.pyc
3
VS�_�
� @ s� d Z ddlmZ ddlZddlZyddlZW n ek
rH ddlZY nX ejd�Z G dd� dej
�ZG dd� dej�Z
d d
� Zd
gZdS )a
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.
� )�print_functionNZsshc @ s e Zd ZdZdZdS )�
ForwardServerTN)�__name__�
__module__�__qualname__Zdaemon_threadsZallow_reuse_address� r r �/usr/lib64/python3.6/forward.pyr '