Displaying 1 result from an estimated 1 matches for "sftploglevel".
2009 Apr 08
2
sftp-server "audit" logging
...egarding sftp-server logging.
Till now i used openssh-4.4p1.sftplogging-v1.5.patch + openssh-4.4p1, that was later replaced by filecontroll patch. With openssh-4.4p1.sftplogging-v1.5.patch I could specify SFTP server logging in sshd_config like this:
LogSftp yes
SftpLogFacility LOCAL7
SftpLogLevel INFO
That did sftp logging like following:
Oct 10 11:57:20 vision sftp-server[23768]: opendir /home/reeusda/www
Oct 10 11:58:25 vision sftp-server[23768]: realpath /home/reeusda/www/1700
Oct 10 11:58:25 vision sftp-server[23768]: opendir /home/reeusda/www/1700
Oct 10 11:58:29 visi...