commit d1b3f74abcc2eecdb61bc1a5a5672a74816d1938 from: Stefan Sperling via: Thomas Adam date: Sat Sep 06 16:29:36 2025 UTC enable sftp/scp support in the sshd_config file generated by gotsysd commit - d2c8757f8d9b810bee1e901287460f410f015b2c commit + d1b3f74abcc2eecdb61bc1a5a5672a74816d1938 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"