Create /etc/ssh/sshd_config.d/sftp-server.conf to override the default "Subsystem" line in /etc/ssh/sshd_config, and increase the logging level. See sftp-server(8) for documentation on the available options. E.g.Reload sshd after making config changes with:View the logs for sftp-server with:
Code:
Subsystem sftp /usr/lib/openssh/sftp-server -l VERBOSE
Code:
sudo systemctl reload ssh.service
Code:
journalctl -t sftp-server
Statistics: Posted by Murph9000 — Wed Jan 08, 2025 7:49 pm