summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2021-07-15 11:47:57 +1000
committerGitHub <noreply@github.com>2021-07-15 11:47:57 +1000
commitbd00a530dde4ec71aa5bc08984e33241b8b7eaa4 (patch)
tree283d1006e8bb52aeb3f2348a7ad7b0fb817400fd /docs
parent6ae0b51c61b43d7ac76b59248da0d2c127308c71 (diff)
parentbc065e368d9888a2f5816e5a498dfe33cb5dca8a (diff)
Merge pull request #661 from skuhl/no-ttl
Remove ttl hack & require -r option.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpage.rst6
-rw-r--r--docs/requirements.rst2
2 files changed, 3 insertions, 5 deletions
diff --git a/docs/manpage.rst b/docs/manpage.rst
index 8770235..cffeefd 100644
--- a/docs/manpage.rst
+++ b/docs/manpage.rst
@@ -4,7 +4,7 @@ sshuttle
Synopsis
--------
-**sshuttle** [*options*] [**-r** *[username@]sshserver[:port]*] \<*subnets* ...\>
+**sshuttle** [*options*] **-r** *[username@]sshserver[:port]* \<*subnets* ...\>
Description
@@ -441,9 +441,7 @@ Example configuration file::
Discussion
----------
When it starts, :program:`sshuttle` creates an ssh session to the
-server specified by the ``-r`` option. If ``-r`` is omitted,
-it will start both its client and server locally, which is
-sometimes useful for testing.
+server specified by the ``-r`` option.
After connecting to the remote server, :program:`sshuttle` uploads its
(python) source code to the remote end and executes it
diff --git a/docs/requirements.rst b/docs/requirements.rst
index fb04178..08bed53 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -20,7 +20,7 @@ Supports:
Requires:
-* iptables DNAT, REDIRECT, and ttl modules. ip6tables for IPv6.
+* iptables DNAT and REDIRECT modules. ip6tables for IPv6.
Linux with nft method
~~~~~~~~~~~~~~~~~~~~~