sshuttle icon indicating copy to clipboard operation
sshuttle copied to clipboard

Wrong project! You should head over to http://github.com/sshuttle/sshuttle

Results 19 sshuttle issues
Sort by recently updated
recently updated
newest added

import re import struct import socket import traceback import time import sys import os import platform import sshuttle.ssnet as ssnet import sshuttle.helpers as helpers import sshuttle.hostwatch as hostwatch import subprocess...

This seems a little odd to me, but i don't know a lot about networking stuff. I'd been using sshuttle successfully for several days with `--auto-hosts` and `--seed-hosts` when all...

Average user don't need gii history, http has greater chance of passing restrictive firewalls.

Some machines have a full BGP table with nearly half a million routes. This causes all sorts of problems, so best not to send them unless we really need them.

I made _ipmatch understandable. Also, it will be easier in the future for it to accommodate IPv6 with this structure.

When running sshuttle I sometimes get `ECONNREFUSED` errors. I suspect this has to do with the low backlog size of 5. This patch sets the backlog to `SOMAXCONN` which on...