small README fixes
authorRalf Jung <post@ralfj.de>
Mon, 14 Jul 2014 09:48:57 +0000 (11:48 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 14 Jul 2014 09:48:57 +0000 (11:48 +0200)
README.rst

index ec1a9bc3f3f0f78dffbac80ddc48a6d1302d381b..749a472ab54450107d7d57bfa33305881ac1adc7 100644 (file)
@@ -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:
 
@@ -99,4 +99,3 @@ Contact
 
 If you found a bug, or want to leave a comment, please
 `send me a mail <mailto:post-AT-ralfj-DOT-de>`_.
-