diff --git a/README.rst b/README.rst index 1718837..da8efc7 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -sshuttle: where transparent proxy meets VPN meets ssh +sshuttle: where transparent proxy meets VPN meets SSH ===================================================== As far as I know, sshuttle is the only program that solves the following @@ -6,7 +6,7 @@ common case: - Your client machine (or router) is Linux, FreeBSD, or MacOS. -- You have access to a remote network via ssh. +- You have access to a remote network via SSH. - You don't necessarily have admin access on the remote network. @@ -15,13 +15,13 @@ common case: admin and you just got frustrated with the awful state of VPN tools. -- You don't want to create an ssh port forward for every +- You don't want to create an SSH port forward for every single host/port on the remote network. -- You hate openssh's port forwarding because it's randomly +- You hate OpenSSH's port forwarding because it's randomly slow and/or stupid. -- You can't use openssh's PermitTunnel feature because +- You can't use OpenSSH's PermitTunnel feature because it's disabled by default on openssh servers; plus it does TCP-over-TCP, which has terrible performance (see below).