X-Git-Url: https://git.ralfj.de/schsh.git/blobdiff_plain/90dcca4e1465f01e88fe03dc772fd44d53623f93..afddcea170fa35dc2fe19f25a57eb0511ddf1480:/README.rst diff --git a/README.rst b/README.rst index ec1a9bc..320ae49 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ chroots automatically. For additional hardening, these bind-mounts are configured to be read-only and no-setuid, while the only user-writeable folder is no-exec. -.. _schsh: http://www.ralfj.de/projects/schsh/ +.. _schsh: https://www.ralfj.de/projects/schsh Setup ----- @@ -48,11 +48,11 @@ of OpenSSH configuration. Before you can set up schsh for a user, you need to create it first:: - adduser sandboxed --disabled-password + adduser sandboxed --disabled-password Any existing user can be "sandboxed" by running:: - makeschsh sandboxed + makeschsh sandboxed This does the following: @@ -85,12 +85,13 @@ change the base paths, and to tell which commands are allowed. Source, License --------------- -You can find the sources in the `git repository`_. They are provided under -the GPLv3_. In addition, all files except for ``schsh-rrsync`` are -provided under the GPLv2_ or (at your option) any later version of the -GPL. +You can find the sources in the `git repository`_ and `on GitHub`_. They are +provided under the GPLv3_. In addition, all files except for ``schsh-rrsync`` +are provided under the GPLv2_ or (at your option) any later version of the GPL. +See the file ``LICENSE-GPL3`` for more details. .. _git repository: http://www.ralfj.de/git/schsh.git +.. _on GitHub: https://github.com/RalfJung/schsh .. _GPLv2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html .. _GPLv3: https://www.gnu.org/licenses/gpl.html @@ -99,4 +100,3 @@ Contact If you found a bug, or want to leave a comment, please `send me a mail `_. -