Commit Diff
--- 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"