diff --git a/README.md b/README.md index e9adf22..0fae8e1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ GatewayPorts clientspecified ClientAliveInterval 5 ClientAliveCountMax 3 ``` -This allows any user to forward his local ports to an unprivileged public port on the server (`ssh -R`). You have to restrict this later on through the `permitlisten` variable in the `authorized_keys file`. The other two variables specify how often the server should send keep alive messages and how many missed messages from the client it will tolerate. The same has to be set on the client side, but there it can be done as a command line parameter. +This allows any user to forward his local ports to an unprivileged public port on the server (`ssh -R`). You have to restrict this later on through the `permitlisten` variable in the `authorized_keys` file. The other two variables specify how often the server should send keep alive messages and how many missed messages from the client it will tolerate. The same has to be set on the client side, but there it can be done as a command line parameter. ### special user account