From d612f8a7c125fa416d91eeafccdbe1e095bc8f7b Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 21 Feb 2024 06:17:29 +0000 Subject: [PATCH] =?utf8?q?explain=20arguments=20of=20internal-sftp=20GHPR#?= =?utf8?q?454=20from=20Niklas=20Hamb=C3=BCchen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- usr.bin/ssh/sshd_config.5 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index dc3cf6ba3e9..93afc3eeb70 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.354 2024/02/21 06:06:43 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.355 2024/02/21 06:17:29 djm Exp $ .Dd $Mdocdate: February 21 2024 $ .Dt SSHD_CONFIG 5 .Os @@ -1793,6 +1793,14 @@ implements an in-process SFTP server. This may simplify configurations using .Cm ChrootDirectory to force a different filesystem root on clients. +It accepts the same command line arguments as +.Cm sftp-server +and even though it is in-process, settings such as +.Cm LogLevel +or +.Cm SyslogFacility +do not apply to it and must be set explicitly via +command line arguments. .Pp By default no subsystems are defined. .It Cm SyslogFacility -- 2.20.1