pysocks

Python port forwarding with dynamic SOCKs

Python port forwarding with dynamic SOCKs Question: I has been trying to create a port forwarding session including a dynamic socks with paramiko and pysocks, I already do it with plink using this: plink -ssh -D 10100 -L 25000:PrivateServerIP:1494 user@RemoteServerIP I am trying this but isn’t working: import paramiko from getpass import getpass import socks …

Total answers: 1