Displaying 2 results from an estimated 2 matches for "logsftp".
Did you mean:
log_ftp
2007 Feb 19
1
sftp logging
hello!
i want to use the new options for sftp logging (openshh version 4.5,
solaris 10), but sshd doesn't know the options (LogSftp, Sftpxxxxx)
from the release notes 4.4:
"
* Add optional logging of transactions to sftp-server(8).
"
4.5 is only a bug fix version.
from http://sftplogging.sourceforge.net/
"
NOTICE: 1/31/2007. This patch is superseded by the sftpfilecontrol
<http://sftpfilecontrol.sourcefo...
2009 Apr 08
2
sftp-server "audit" logging
...would like to ask you for any assistance regarding 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...