From 0a616decd8a320f67a7ef21b2e25c423e830cc28 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Sun, 24 Apr 2022 17:22:29 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20note=20on=20usernames?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explicitly state usernames will be converted to lower case. Closes #395 --- ssh/DOCS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh/DOCS.md b/ssh/DOCS.md index b80003d10..aa1b7767b 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -140,7 +140,8 @@ only apply to the SSH daemon. This option allows you to change to username the use when you log in via SSH. It is only utilized for the authentication; you will be the `root` user after you have authenticated. Using `root` as the username is possible, but not -recommended. +recommended. Usernames will be converted to lower case as per recommended +practises. **Note**: _Due to limitations, you will need to set this option to `root` in order to be able to enable the SFTP capabilities._