Subject: sshd_config
To: None <netbsd-users@netbsd.org>
From: Indira <indira@theundergroundcity.com>
List: netbsd-users
Date: 10/22/2002 12:27:53
hello,
I run ssh on netbsd-1.6.
When a user uses ftp, their activity is logged in /var/log/xferlog.
I would like to have the same ability for scp or sftp.
I uncommented the following lines in /etc/ssh/sshd_config:

# Logging
#obsoletes QuietMode and FascistLogging
SyslogFacility AUTH
LogLevel VERBOSE

After this change,  in /var/log/authlog, users using sftp or scp started
getting logged in, not their file transfers.
But beyond this point, i have no idea how to proceed so that the files
transfers can be logged.
Has anyone run into this?

Indira