From 5b0b4f4b00efaa71af56c32dbdee4b2a0dde115a Mon Sep 17 00:00:00 2001 From: rugk Date: Fri, 23 Jun 2017 14:52:11 +0200 Subject: [PATCH] Remove unneccessary space --- docs/usage/serve.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/serve.rst b/docs/usage/serve.rst index 1753b3392..ae18205af 100644 --- a/docs/usage/serve.rst +++ b/docs/usage/serve.rst @@ -37,5 +37,5 @@ locations like ``/etc/environment`` or in the forced command itself (example bel If you're using openssh-server < 7.2, however, you have to explicitly specify the ssh features to restrict and cannot simply use the restrict option as it has been introduced in v7.2. We recommend to use - ``,no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,no-user-rc`` + ``no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,no-user-rc`` in this case.