-
Hi all,
I try to get sshuttle running, but after several reads through the man and issues, I can't find my mistake here. Could you please help me out here?
ssh to XXX@ad.hb.de is working fine
…
-
Sshuttle is invaluable. Thanks for the great software!
Using GNU parallel to scan (ssh-keyscan) a lot of IP addresses seems to cause the remote sshuttle process to use 100% of a CPU, and crashes th…
-
Hi, we have been using sshuttle since a while and we are not sure this is a bug or a issue:
We have installed sshuttle in a multiOS environment. One client (MacOSX) sees sshuttle starting but it seem…
-
The ansible code attempts to install sshuttle by default. This is NOT on the RHEL distribution. It is also in the all yaml file in a section that is labeled that you should not need to change the it…
-
Hi everyone
I'm trying to follow the instructions listed on this webpage here: https://sshuttle.readthedocs.io/en/stable/windows.html to try to route all of my Windows traffic through a Linux VM ru…
-
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…
-
Hi,
First off, thank you for this great tool - it is a crucial part of my toolchain.
Since MacOS Sonoma upgrade - I am seeing issues with sshuttle - the tunnel just goes idle.
I am starting …
-
#!/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
…
-
I can't connect to a remote VPS ? Checked the ssh connection - works fine. File content
`resolv.conf`
```
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# …
-
I'm using Ubuntu 14.04 with the latest sshuttle.
```
Starting proxy-ssh...
Traceback (most recent call last):
File "/usr/lib/sshuttle/main.py", line 123, in
opt.syslog, opt.daemon, opt.pidfil…