Hello All,
I am seeing a strange problem with using SFTP, I have enabled SFTP logging on my Solaris 11 zone and all am getting is the logs for the SFTP sessions happened TO the server, not for any SFTP sessions happened FROM the server..
My requirement is to capture the SFTP logs happened FROM the server..
Here is my configs
more syslog.conf
### sftp test
auth.info /tmp/sftp/sftp.log
auth.notice /var/log/authlog
svcadm -v restart svc:/system/system-log.default
more /etc/ssh/sshd_config
# sftp subsystem
#Subsystem sftp internal-sftp
Subsystem sftp /usr/lib/ssh/sftp-server -f AUTH -l INFO
svcadm -v restart ssh
Can someone tell me am i missing anything here...
Thanks!!