From 4886dab8259807ebafc3e50fb0a6ef75d50378a9 Mon Sep 17 00:00:00 2001 From: Florian Schlegel Date: Fri, 15 Apr 2022 01:21:04 +0200 Subject: [PATCH] clarify how the host accessed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb24f7..3a80841 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The `permitopen` and `permitlisten` options can be used multiple times in a row. * `localhost` binds the port to the loopback device and can only be used by processes on the same server * `*` allows access from everywhere (e.g. from the Internet, if your firewall allows that) if `GatewayPorts clientspecified` is set in `/etc/ssh/sshd_config` * `permitopen="host:port"` - * `host` is the hostname or IP address of the server that your server should be allowed to connect to + * `host` is the hostname or IP address of the server that the client should be allowed to connect to via your server * `port` is the port number on the `host` that will be forwarded to the client ## Client side configuration