Package Details: sshuttle-git v1.0.5+5_g97c25e9-1

Git Clone URL: https://aur.archlinux.org/sshuttle-git.git (read-only, click to copy)
Package Base: sshuttle-git
Description: Transparent proxy server that forwards all TCP packets over ssh
Upstream URL: https://github.com/sshuttle/sshuttle
Licenses: GPL2
Conflicts: sshuttle
Submitter: alphazo
Maintainer: HazardousBit
Last Packager: HazardousBit
Votes: 32
Popularity: 0.000000
First Submitted: 2011-02-07 15:14 (UTC)
Last Updated: 2021-01-15 00:10 (UTC)

Latest Comments

1 2 3 Next › Last »

matschi commented on 2017-12-12 15:27 (UTC) (edited on 2017-12-12 15:30 (UTC) by matschi)

Build failed. Is this me or the package?

========================================== FAILURES ===========================================

______ test_parse_subnetport_ip4 ________

def test_parse_subnetport_ip4():
    for ip_repr, ip in _ip4_reprs.items():
        assert sshuttle.options.parse_subnetport(ip_repr) \
                == (socket.AF_INET, ip, 32, 0, 0)
    with pytest.raises(Fatal) as excinfo:
      sshuttle.options.parse_subnetport('10.256.0.0')

E Failed: DID NOT RAISE <class 'argparse.argumenttypeerror'=""></class>

sshuttle/tests/client/test_options.py:33: Failed ============================ 1 failed, 65 passed in 15.65 seconds =============================

g99 commented on 2017-10-08 18:33 (UTC)

awesome tech, need more votes !

alphazo commented on 2016-04-01 09:09 (UTC)

@juego Thanks for reporting. Should be fixed by now. I have synced back the build instructions with mainstream.

xuv commented on 2016-03-31 22:04 (UTC)

Build stops on this error: pandoc: sshuttle/sshuttle.md: openFile: does not exist (No such file or directory) Anyone?

maz-1 commented on 2015-01-04 12:46 (UTC)

After upgrading pacman , makepkg requires package() function.

alyubomirov commented on 2014-10-27 02:26 (UTC)

@alphazo, thank you.

alphazo commented on 2014-10-26 21:48 (UTC)

@alyubomirov, I have updated the PKGBUILD to reflect your comment. I also tried the --dns switch and it works just fine, although I'm not using IPV6 at all.

alyubomirov commented on 2014-10-26 01:03 (UTC)

Can you add conflicts('sshuttle') to PKGBUILD ? WhenI use "--dns" switch it fails with: iptables -t nat -A sshuttle-12300 -j REDIRECT --dest fd15:bea3:919::1/32 -p udp --dport 53 --to-ports 12300 -m ttl ! --ttl 42 iptables v1.4.21: host/network `fd15:bea3:919::1' not found Try `iptables -h' or 'iptables --help' for more information. If I run it without '--dns' all goes well.