-
Not sure if this is even supported but i have a macbook running zscaler or a vpn at any given time. The macbook can connect to the protected subnets but when I sshuttle to the macbook from an ubuntu m…
-
sshuttle is broken out of the box on my system.
```
@squall:~/sshuttle$ pip install sshuttle
Collecting sshuttle
Downloading sshuttle-1.1.0-py2.py3-none-any.whl (70 kB)
|██████████████…
-
I use sshuttle to connect from an untrusted public network to an ssh server in my home network. I have used sshuttle for months and up until recently it always worked fine. However lately while the co…
82MHz updated
4 months ago
-
I'm using multiple Host entries in my ~/.ssh/config file in order to bounce through an http proxy to a bastion host and from there into a Debian 10 box. The intended sshuttle endpoint is the Debian 10…
-
Hi! Here is test story:
```
$ cat test.bash
/usr/sbin/sshuttle -v -D -r vagrant@127.0.0.1 192.168.0.0/24
echo OK
$ cat test.pl
use Capture::Tiny qw{tee};
tee {
system("bash test.bash…
-
The signature (.asc) appears to be missing for the 0.78.5 release on pypy.org, at least according to pypi.debian.net. I can't seem to figure out how to get pypi to directly show me a raw files list. …
swt2c updated
4 years ago
-
#!/bin/sh
#angelos@unix.gr
found=$(which sshuttle)
if [ $? -ne 0 ]
then
echo "Please install sshuttle"
echo "apt-get install sshuttle or brew install shuttle or whatever"
exit 1
…
-
Hi.
I've been having problems with tunnels going dead. To be clear, the problem is not `sshuttle` outright dying -- it keeps running but nothing moves over the tunnel.
I suspect that this is no…
-
I have been using sshuttle directly from master and the after the commit `e320196` it shows the error
```
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 193, in _ru…
-
I have Server A that has a process running that is bound to `127.0.0.1:8000`, so that it's not accessible to the outside world.
I tunnel this to Server B by running `ssh user@myhostname -L 8000:loc…