Can not capture internal-sftp process log in syslog
Darren Tucker
dtucker at zip.com.au
Tue May 8 13:15:34 EST 2012
On Mon, May 07, 2012 at 07:32:39PM +0000, Raghu Udupa wrote:
> I am trying to use internal-sftp to limit sftp only access to a set of users.
[...]
> SYSLOGD_OPTIONS="-m 0 -a /sftp/sftp.log.socket"
the code in syslog(3) is probably trying to open /dev/log within the
chroot. Try -a /sftp/dev/log, and if that fails try strace'ing the sshd
process to see where it's looking.
--
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.
More information about the openssh-unix-dev
mailing list