Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Apr 2016 03:09:50 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        freebsd-stable@freebsd.org
Subject:   Re: SSHd in FreeBSD 10.3 complains about PrintLastLog
Message-ID:  <5703105E.8090900@quip.cz>
In-Reply-To: <57030F05.5010009@quip.cz>
References:  <57030F05.5010009@quip.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Miroslav Lachman wrote on 04/05/2016 03:04:
> I had "PrintLastLog yes" in my sshd_config for many years but after
> upgrade to 10.3 I got this error message:
>
> /etc/ssh/sshd_config line 112: Unsupported option PrintLastLog
>
> It is confusing because "#PrintLastLog yes" is still included in default
> sshd_config file and mentioned in manpage.
>
> Is it error in default config or error in sshd? What should be fixed?

Now I found in /usr/src/crypto/openssh/servconf.c

#ifdef DISABLE_LASTLOG
         { "printlastlog", sUnsupported, SSHCFG_GLOBAL },
#else
         { "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },
#endif


Does it means that new sshd in FreeBSD 10.3 was (un)intentionally 
compiled with "DISABLE_LASTLOG" (--disable-lastlog)

Miroslav Lachman




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5703105E.8090900>