From b0708b73d5d56f1874518328eb84b5ee4085ced8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 14 Nov 2025 13:24:50 -0800 Subject: [PATCH] add location on tmp for authorized keys --- userspace/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/files/sshd_config b/userspace/files/sshd_config index eaa3caa..52d2c45 100644 --- a/userspace/files/sshd_config +++ b/userspace/files/sshd_config @@ -3,7 +3,7 @@ # Comma StrictModes no -AuthorizedKeysFile /data/params/d/GithubSshKeys +AuthorizedKeysFile /data/params/d/GithubSshKeys /tmp/authorized_keys PermitRootLogin no # What ports, IPs and protocols we listen for