search for: s_chroot_

Displaying 1 result from an estimated 1 matches for "s_chroot_".

2024 Feb 01
14
[Bug 3662] New: Make logging of chrooted sftp sessions possible internally routed to local file, without /dev/log device
...ver with sftpd running where /var/data/chroot/ is an NFS mount from a remote central NFS server, and each sftpd user's chroot home is /var/data/chroot/<username>/ and every user has a log device /var/data/chroot/<username>/dev/log which I read in successfully with syslog-ng: source s_chroot_<username> { unix-stream("/var/data/chroot/<username>/dev/log" optional(yes) ); }; destination d_sftp_<username> { file("/var/log/sftp/<username>.log"); }; Now I have a second sftpd server in parallel, with the same user database and also mounts /var/d...