Anon Y Mous writes: > May 6 01:41:43 zone1 sshd[8833]: Failed keyboard-interactive for root from > 64.27.1.36 port 37553 ssh2 > > But what log file are these console messages written to in OpenSolaris > 2008.11? Does anybody know?
They're logged via the auth_log() function in sshd, which, unless you've specified the "-e" or "-d" (debugging) options when invoking, calls syslog(). You should see the messages showing up as auth.notice in the default case, which you can redirect to any file you want via /etc/syslog.conf. -- James Carlson, Solaris Networking <[email protected]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-discuss mailing list [email protected]
