- jaredy@cvs.openbsd.org 2004/09/15 03:25:41
[sshd_config.5] mention PrintLastLog only prints last login time for interactive sessions, like PrintMotd mentions. From Michael Knudsen, with wording changed slightly to match the PrintMotd description. ok djm
This commit is contained in:
parent
e9bf98412e
commit
7cc5c23817
|
@ -16,6 +16,13 @@
|
|||
[ssh.c]
|
||||
/* fallthrough */ is something a programmer understands. But
|
||||
/* FALLTHROUGH */ is also understood by lint, so that is better.
|
||||
- jaredy@cvs.openbsd.org 2004/09/15 03:25:41
|
||||
[sshd_config.5]
|
||||
mention PrintLastLog only prints last login time for interactive
|
||||
sessions, like PrintMotd mentions.
|
||||
From Michael Knudsen, with wording changed slightly to match the
|
||||
PrintMotd description.
|
||||
ok djm
|
||||
|
||||
20041102
|
||||
- (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
|
||||
|
@ -1795,4 +1802,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3566 2004/11/05 09:05:32 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3567 2004/11/05 09:06:59 dtucker Exp $
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: sshd_config.5,v 1.35 2004/06/26 09:14:40 jmc Exp $
|
||||
.\" $OpenBSD: sshd_config.5,v 1.36 2004/09/15 03:25:41 jaredy Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD_CONFIG 5
|
||||
.Os
|
||||
|
@ -516,7 +516,8 @@ See also
|
|||
.It Cm PrintLastLog
|
||||
Specifies whether
|
||||
.Nm sshd
|
||||
should print the date and time when the user last logged in.
|
||||
should print the date and time of the last user login when a user logs
|
||||
in interactively.
|
||||
The default is
|
||||
.Dq yes .
|
||||
.It Cm PrintMotd
|
||||
|
|
Loading…
Reference in New Issue