golden hour
/lib64/python2.7/site-packages/zmq/ssh
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
29 B
Del
OK
__init__.pyc
186 B
Del
OK
__init__.pyo
186 B
Del
OK
forward.py
3.47 KB
Del
OK
forward.pyc
2.79 KB
Del
OK
forward.pyo
2.79 KB
Del
OK
tunnel.py
12.64 KB
Del
OK
tunnel.pyc
12.56 KB
Del
OK
tunnel.pyo
12.56 KB
Del
OK
Edit: forward.pyc
� +�{Wc @ s� d Z d d l m Z d d l Z d d l Z y d d l Z Wn e k r] d d l Z n Xe j d � Z d e j f d � � YZ d e j f d � � YZ d � Z d g Z d S( s 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. i����( t print_functionNt ssht ForwardServerc B s e Z e Z e Z RS( ( t __name__t __module__t Truet daemon_threadst allow_reuse_address( ( ( s5 /usr/lib64/python2.7/site-packages/zmq/ssh/forward.pyR '