ssh's readconf.c debug() goes to /dev/null

Markus Friedl Markus.Friedl at informatik.uni-erlangen.de
Fri Apr 13 00:28:23 EST 2001


On Thu, Apr 12, 2001 at 05:02:13PM +0300, Pekka Savola wrote:
> If not, changing the first
> 
> log_init(av[0], SYSLOG_LEVEL_INFO, SYSLOG_FACILITY_USER, 1);
> 
> to
> 
> log_init(av[0], options.log_level, SYSLOG_FACILITY_USER, 1);
> 
> helps.

try
	ssh localhost
after this patch.

you have to check  options.log_level != -1

-m



More information about the openssh-unix-dev mailing list