From 9af7dd047f9a47c9099916b39064495d67290f0c Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Thu, 10 Aug 2023 03:35:35 +0900 Subject: [PATCH] docs: update "Permissions" --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fbb4ec6..871d60c 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,13 @@ handy-sshd --unix-socket /tmp/my-unix-socket --user "john:" ``` ## Permissions -There are some permissions. +**All permissions are allowed when nothing is specified.** There are some permissions. * --allow-direct-tcpip * --allow-execute * --allow-sftp * --allow-tcpip-forward -All permissions are allowed when nothing is specified. - -Specifying `--allow-direct-tcpip` and `--allow-execute` allows only "direct-tcpip" and command executions. +Specifying `--allow-direct-tcpip` and `--allow-execute` for example allows only them. The log shows "allowed: " and "NOT allowed: " permissions as follows. ```console