Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SFTP session logs

2724985Nov 3 2015 — edited Nov 5 2015

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!!


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2015
Added on Nov 3 2015
5 comments
2,160 views