From 5cca841e6b45f5b318407e355c63b4f5569f4353 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sat, 18 Nov 2023 19:32:17 +0100 Subject: [PATCH] debian: allow sftp over management ssh --- roles/debian/files/sshd_config.mgmt | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/debian/files/sshd_config.mgmt b/roles/debian/files/sshd_config.mgmt index ac45726..ff4de22 100644 --- a/roles/debian/files/sshd_config.mgmt +++ b/roles/debian/files/sshd_config.mgmt @@ -2,6 +2,7 @@ PidFile none UsePAM no +Subsystem sftp /usr/lib/openssh/sftp-server # Only allow pubkey auth. KbdInteractiveAuthentication no