commit 8195cfa1795a5f4163bdaec158df17eb06b16ed0 from: Stefan Sperling date: Sat Sep 06 13:41:09 2025 UTC enable sftp/scp support in the sshd_config file generated by gotsysd commit - 4389a9e5b05416eb17c5030b700a7d52faea2485 commit + 8195cfa1795a5f4163bdaec158df17eb06b16ed0 blob - 22993eaeac8cb1cb56b68b3aec8a0f1563bd7860 blob + 017c7057b1d231cc82c3e9f8629590417e921a47 --- gotsysd/libexec/gotsys-sshdconfig/gotsys-sshdconfig.c +++ gotsysd/libexec/gotsys-sshdconfig/gotsys-sshdconfig.c @@ -86,6 +86,7 @@ write_sshd_config(void) "AuthorizedKeysFile .ssh/authorized_keys\n" "DisableForwarding yes\n" "PermitTTY no\n" + "Subsystem sftp /usr/libexec/sftp-server\n" "\n" "Match Group wheel\n" "\tPermitTTY yes\n"