From 8d75c7d77ede8b4f223868daafea1d49b99ea579 Mon Sep 17 00:00:00 2001 From: Florz Date: Thu, 18 Feb 2021 23:47:47 +0100 Subject: [PATCH] second part about permit options --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ef0d1..471d581 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,6 @@ The `permitopen` and `permitlisten` options can be used multiple times in a row. * `host` specifies on which interface the server should listen for incoming connections. You should either specify `localhost` or `*` * `localhost` binds the port to the loopback device and can only be used by processes on the same server * `*` allows access on all ports (e.g. from the Internet) if `GatewayPorts clientspecified` is set in `/etc/ssh/sshd_config` -* `permitopen="host:port"` \ No newline at end of file +* `permitopen="host:port"` + * `host` is the hostname or IP address of the server that your server should be allowed to connect to + * `port` is the port number on the `host` that should be allowed to be forwarded to the client \ No newline at end of file