diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-11-04 17:16:52 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-11-04 17:16:52 +0000 |
| commit | 4f19900354cc6b4531038e294d8ad1d115118e9d (patch) | |
| tree | 50a787995c8ed3d824f4d8a690bb9cd26a7f5e3e /servconf.c | |
| parent | 66719ee573ac2290622db642f6e89ab35b179f3d (diff) | |
Diffstat (limited to 'servconf.c')
| -rw-r--r-- | servconf.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/servconf.c b/servconf.c index a765e4e05f50..b2fbf0b2a3b6 100644 --- a/servconf.c +++ b/servconf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.381 2021/07/02 05:11:21 dtucker Exp $ */ +/* $OpenBSD: servconf.c,v 1.382 2021/09/06 00:36:01 millert Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -490,9 +490,8 @@ typedef enum { sPort, sHostKeyFile, sLoginGraceTime, sPermitRootLogin, sLogFacility, sLogLevel, sLogVerbose, sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup, - sKerberosGetAFSToken, sChallengeResponseAuthentication, - sPasswordAuthentication, sKbdInteractiveAuthentication, - sListenAddress, sAddressFamily, + sKerberosGetAFSToken, sPasswordAuthentication, + sKbdInteractiveAuthentication, sListenAddress, sAddressFamily, sPrintMotd, sPrintLastLog, sIgnoreRhosts, sX11Forwarding, sX11DisplayOffset, sX11UseLocalhost, sPermitTTY, sStrictModes, sEmptyPasswd, sTCPKeepAlive, |
