mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-19 08:48:30 +02:00
README: fix some out-of-date system requirements stuff.
Reported by Jason Axelson.
This commit is contained in:
parent
f1b33dab29
commit
6bdb9517fd
14
README.md
14
README.md
@ -1,14 +1,12 @@
|
|||||||
sshuttle: where transparent proxy meets VPN meets ssh
|
sshuttle: where transparent proxy meets VPN meets ssh
|
||||||
=====================================================
|
=====================================================
|
||||||
|
|
||||||
I just spent an afternoon working on a new kind of VPN. You can get
|
|
||||||
the first release, <a href="http://github.com/apenwarr/sshuttle">sshuttle
|
|
||||||
0.10, on github</a>.
|
|
||||||
|
|
||||||
As far as I know, sshuttle is the only program that solves the following
|
As far as I know, sshuttle is the only program that solves the following
|
||||||
common case:
|
common case:
|
||||||
|
|
||||||
- Your client machine (or router) is Linux.
|
- Your client machine (or router) is Linux or FreeBSD (or
|
||||||
|
MacOS, but MacOS 10.6 in particular has a bug that
|
||||||
|
prevents it from working).
|
||||||
|
|
||||||
- You have access to a remote network via ssh.
|
- You have access to a remote network via ssh.
|
||||||
|
|
||||||
@ -53,10 +51,8 @@ This is how you use it:
|
|||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
- <tt>git clone git://github.com/apenwarr/sshuttle</tt>
|
- <tt>git clone git://github.com/apenwarr/sshuttle</tt>
|
||||||
on your client and server machines. The server can be
|
on your client machine. You'll need root or sudo
|
||||||
any ssh server with python available; the client must
|
access, and python needs to be installed.
|
||||||
be Linux with iptables, and you'll need root or sudo
|
|
||||||
access.
|
|
||||||
|
|
||||||
- <tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
|
- <tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user