Trim excess whitespace

This commit is contained in:
a1346054
2021-09-22 12:13:22 +00:00
parent 5257d9fd1b
commit b95c1f3357
11 changed files with 20 additions and 24 deletions

View File

@ -51,7 +51,7 @@ were right there. And if your "client" machine is a router, everyone on
your local network can make connections to your remote network.
You don't need to install sshuttle on the remote server;
the remote server just needs to have python available.
the remote server just needs to have python available.
sshuttle will automatically upload and run its source code
to the remote python interpreter.
@ -71,7 +71,7 @@ admin access on the server.
Sudoers File
------------
sshuttle can auto-generate the proper sudoers.d file using the current user
sshuttle can auto-generate the proper sudoers.d file using the current user
for Linux and OSX. Doing this will allow sshuttle to run without asking for
the local sudo password and to give users who do not have sudo access
ability to run sshuttle::
@ -83,7 +83,7 @@ it is needed.
A costume user or group can be set with the :
option:`sshuttle --sudoers --sudoers-username {user_descriptor}` option. Valid
values for this vary based on how your system is configured. Values such as
values for this vary based on how your system is configured. Values such as
usernames, groups pre-pended with `%` and sudoers user aliases will work. See
the sudoers manual for more information on valid user specif actions.
The options must be used with `--sudoers`::