From 0b8c5754f33795e096be16457a999c90ee422620 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 25 Jun 2025 22:00:12 +0200 Subject: [PATCH] add sftp line for scp connection --- roles/server_install_ssh/templates/sshd_config.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/server_install_ssh/templates/sshd_config.j2 b/roles/server_install_ssh/templates/sshd_config.j2 index c4cded6..c262552 100644 --- a/roles/server_install_ssh/templates/sshd_config.j2 +++ b/roles/server_install_ssh/templates/sshd_config.j2 @@ -14,4 +14,5 @@ AllowTcpForwarding no PermitEmptyPasswords no PrintMotd no UseDNS no -Compression no \ No newline at end of file +Compression no +Subsystem sftp /usr/lib/openssh/sftp-server \ No newline at end of file