summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2010-07-25 00:16:09 -0400
committerAvery Pennarun <apenwarr@gmail.com>2010-07-25 00:16:09 -0400
commit6bdb9517fd8667f4d6385d0cf6ffe4d0d2c198c7 (patch)
tree8ce62d8103db04c1e7e16f40fab64e6a059f6f48
parentf1b33dab29be705096246d826b0b9aecace8a208 (diff)
README: fix some out-of-date system requirements stuff.
Reported by Jason Axelson.
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2418a4d..97b49f6 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,12 @@
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
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.
@@ -53,10 +51,8 @@ This is how you use it:
-----------------------
- <tt>git clone git://github.com/apenwarr/sshuttle</tt>
- on your client and server machines. The server can be
- any ssh server with python available; the client must
- be Linux with iptables, and you'll need root or sudo
- access.
+ on your client machine. You'll need root or sudo
+ access, and python needs to be installed.
- <tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>