From 915e3d166d2f31fa8755af82bb5ebb5cfbae34a8 Mon Sep 17 00:00:00 2001 From: Florz Date: Thu, 18 Feb 2021 23:17:08 +0100 Subject: [PATCH] I confuse this all the time --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d164ff..3c56878 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,5 @@ First use the `ssh-keygen` command to create a private and public key pair on th `restrict`: this restricts all current and future forwarding options `command=""`: don't allow client to send a command, set an empty forced command instead `port-forwarding`: allow port forwarding -`permitlisten="localhost:22"`: restrict client to access ssh port on server only (default for security reasons) -`permitopen="localhost:22"`: restrict client to create port 22 on the server only, which will fail (default for security reasons) \ No newline at end of file +`permitlisten="localhost:22"`: restrict client to create (via `ssh -R`) port 22 on the server only, which will fail (default for security reasons) +`permitopen="localhost:22"`: restrict client to access (via `ssh -L`) ssh port on server only (default for security reasons) \ No newline at end of file