-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
Description
I am using a socks5 proxy to tunnel some of my requests through.
I would love to setup this tunnel dynamicaly within my application instead of having it running always on my computer and then not knowing that it crashed or something.
ssh -D 127.0.0.1:8080 -q -C -N -f -v -l $USERNAME $IP
Paramiko is about to support this feature: paramiko/paramiko#1873
Reactions are currently unavailable