Agile Aspect wrote:
Hi - I' m trying to log file names of the files which are transferred
(basically in the same manner as vsftp, proftpd, etc.) but regardless
of how high I turn on debugging, the file name won't show up!
How did you try configuring it?
Basically you just need to add the -l and -f options to the sftp-server
line in sshd_config to specify the appropriate syslog level and facility
and restart sshd to pick up the changes. See sftp-server(8) man page
for details. syslog will also need to be configured appropriately.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.