On Fri, Oct 19, 2001 at 10:57:18AM -0400, Carl King wrote: > # Logging > SyslogFacility AUTH > LogLevel DEBUG
This tells syslog(3) what category and priority your sshd's log messages are, so that syslogd knows where to file them. It has nothing to do with the verbosity -- i.e., the amount of detail that sshd provides. To increase the verbosity, you need to run sshd with the "-d" flag. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
