<div dir="ltr">I'm trying to get sshd logging to work on OmniOS with OpenSSH installed.   Nothing I try seems to produce any logging.<div><br></div><div>In sshd_config I have:</div><div><br></div><div><div># Syslog facility and level</div><div>SyslogFacility AUTH</div><div>LogLevel VERBOSE</div><div><br></div></div><div>In /etc/syslog.conf:</div><div><br></div><div><div>*.err;kern.notice;auth.notice           /dev/sysmsg</div><div>*.err;kern.debug;daemon.notice;mail.crit    /var/adm/messages</div><div>*.alert;kern.err;daemon.err         operator<br></div><div>*.alert                     root</div><div>*.emerg                     *<br></div><div><br></div><div># if a non-loghost machine chooses to have authentication messages</div><div># sent to the loghost machine, un-comment out the following line:</div><div>auth.notice         ifdef(`LOGHOST', /var/log/authlog, @loghost)</div><div>mail.debug          ifdef(`LOGHOST', /var/log/syslog, @loghost)<br></div><div><br></div><div>#</div><div># non-loghost machines will use the following lines to cause "user"</div><div># log messages to be logged locally.</div><div>#</div><div>ifdef(`LOGHOST', ,</div><div>user.err                    /dev/sysmsg</div><div>user.err                    /var/adm/messages</div><div>user.alert                  `root, operator'</div><div>user.emerg                  *</div><div>)<br></div></div><div><br></div><div>I've tried may combinations, in both ssshd_config and syslog.conf.   </div><div><br></div><div>Can someone clue me in on the magic formula?</div><div><br></div><div>-Chip</div></div>