/etc/ssh/sshd_config
and change line:
Subsystem sftp /usr/libexec/openssh/sftp-server
to
Subsystem sftp /usr/libexec/openssh/sftp-server -l INFO
and then restart ssh service:
service ssh restart
Having that you can watch transfered files in /var/log/messages (they are identified by string "sftp-server"
1 comment:
thanks.
Post a Comment