From e4ae714cf82a82ff274af03706f87ee3eb8023e8 Mon Sep 17 00:00:00 2001 From: Benjamin Barthe Date: Mon, 29 Jan 2024 11:34:22 +0100 Subject: [PATCH] fixing a tiny typo --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 912d846..524f3ba 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -11,7 +11,7 @@ Forward all traffic:: sshuttle -r username@sshserver 0.0.0.0/0 - Use the :option:`sshuttle -r` parameter to specify a remote server. - One some systems, you may also need to use the :option:`sshuttle -x` + On some systems, you may also need to use the :option:`sshuttle -x` parameter to exclude sshserver or sshserver:22 so that your local machine can communicate directly to sshserver without it being redirected by sshuttle.