Displaying 1 result from an estimated 1 matches for "ftpitst".
Did you mean:
fpinst
2008 Sep 23
3
[Bug 1527] New: ForceCommand internal-sftp needs a way to enable logging
...Subsystem sftp internal-sftp -l VERBOSE
#ForceCommand internal-sftp -l VERBOSE
ChrootDirectory /chroot
This time SFTP works, logs detailed information as expected in the
chrooted /dev/log, and gives me this:
debug1: subsystem: exec() internal-sftp -l VERBOSE
debug1: audit run command euid 0 user ftpitst command 'internal-sftp -l
VERBOSE'
So far so good. But if I put back ForceCommand in place, it closes the
connection immediately and gives me this:
debug1: subsystem: exec() internal-sftp -l VERBOSE
debug1: Forced command (config) 'internal-sftp -l VERBOSE'
debug1: audit run comma...