Can not capture internal-sftp process log in syslog

Peter Stuge peter at stuge.se
Wed May 9 08:15:30 EST 2012


Raghu Udupa wrote:
> my chrooted dir is /sftp/sftptest
> /dev/log is linked to /sftp/sftptest/dev/log

Do it the other way around.

Make syslogd listen on a real socket at /sftp/sftptest/dev/log

Symlink /dev/log (outside the chroot) to /sftp/sftptest/dev/log

Or, make syslogd listen to both sockets, if yours can.


//Peter


More information about the openssh-unix-dev mailing list