syslog

To Enable SSH Log on Solaris 11

– Add the following line into the /etc/syslog.conf
auth.info /var/log/authlog

– Restart syslog service by Command
svcadm restart svc:/system/system-log:default

– SSH Command to your Box by User Name and passwd

– Display and view File authlog located on /var/log/
tail -f /var/log/authlog

🙂