From e4d5fa5c8494f91a7480bef40cb390c769e1f485 Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Mon, 22 Jun 2026 15:26:39 +0800 Subject: [PATCH] fix: wrong directory for sshd_config --- .../ssh/{ssh_config.d => sshd_config.d}/10-disable-password.conf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename image/overlay/etc/ssh/{ssh_config.d => sshd_config.d}/10-disable-password.conf (100%) diff --git a/image/overlay/etc/ssh/ssh_config.d/10-disable-password.conf b/image/overlay/etc/ssh/sshd_config.d/10-disable-password.conf similarity index 100% rename from image/overlay/etc/ssh/ssh_config.d/10-disable-password.conf rename to image/overlay/etc/ssh/sshd_config.d/10-disable-password.conf