upstream: Remove obsolete opcodes from the configuation enum.
Patch from openbsd@academicsolutions.ch, ok djm@ OpenBSD-Commit-ID: 395c202228872ce8d9044cc08552ac969f51e01b
This commit is contained in:
parent
345be6091b
commit
8784b02dc4
12
readconf.c
12
readconf.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: readconf.c,v 1.316 2019/12/20 02:11:38 dtucker Exp $ */
|
/* $OpenBSD: readconf.c,v 1.317 2019/12/20 02:29:21 dtucker Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -144,15 +144,15 @@ typedef enum {
|
||||||
oHost, oMatch, oInclude,
|
oHost, oMatch, oInclude,
|
||||||
oForwardAgent, oForwardX11, oForwardX11Trusted, oForwardX11Timeout,
|
oForwardAgent, oForwardX11, oForwardX11Trusted, oForwardX11Timeout,
|
||||||
oGatewayPorts, oExitOnForwardFailure,
|
oGatewayPorts, oExitOnForwardFailure,
|
||||||
oPasswordAuthentication, oRSAAuthentication,
|
oPasswordAuthentication,
|
||||||
oChallengeResponseAuthentication, oXAuthLocation,
|
oChallengeResponseAuthentication, oXAuthLocation,
|
||||||
oIdentityFile, oHostname, oPort, oCipher, oRemoteForward, oLocalForward,
|
oIdentityFile, oHostname, oPort, oRemoteForward, oLocalForward,
|
||||||
oCertificateFile, oAddKeysToAgent, oIdentityAgent,
|
oCertificateFile, oAddKeysToAgent, oIdentityAgent,
|
||||||
oUser, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
|
oUser, oEscapeChar, oProxyCommand,
|
||||||
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
|
oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
|
||||||
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
|
oBatchMode, oCheckHostIP, oStrictHostKeyChecking, oCompression,
|
||||||
oCompressionLevel, oTCPKeepAlive, oNumberOfPasswordPrompts,
|
oTCPKeepAlive, oNumberOfPasswordPrompts,
|
||||||
oUsePrivilegedPort, oLogFacility, oLogLevel, oCiphers, oMacs,
|
oLogFacility, oLogLevel, oCiphers, oMacs,
|
||||||
oPubkeyAuthentication,
|
oPubkeyAuthentication,
|
||||||
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
|
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
|
||||||
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
|
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
|
||||||
|
|
Loading…
Reference in New Issue