From c2322a09ba567b0317bc5457ef4bbac05d9404ae Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Thu, 23 Apr 2026 11:02:21 +0100 Subject: [PATCH] Ordering --- website/docs/Usage/LinuxSecurity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Usage/LinuxSecurity.md b/website/docs/Usage/LinuxSecurity.md index f36f15b..0cd7b3d 100644 --- a/website/docs/Usage/LinuxSecurity.md +++ b/website/docs/Usage/LinuxSecurity.md @@ -64,7 +64,7 @@ and Administrators. Check "Replace all child object permissions", and click OK. OpenSSH client had. Lastly, once key authentication has been tested, turn off password authentication. On your Linux server: -`sudo nano /etc/ssh/ssh_config.d/99-disable-password-auth.conf` +`sudo nano /etc/ssh/ssh_config.d/00-disable-password-auth.conf` ``` PasswordAuthentication no ```