diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-07-02 07:43:28 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-07-02 07:43:28 +0200 |
commit | bfe19197a92b7916f64a121fbd3c179abf15e218 (patch) | |
tree | 5cca8f6dd4fba2490f0ab8df16c8c30f56649f02 /servconf.c | |
parent | upstream: Remove references to ChallengeResponseAuthentication in (diff) | |
download | openssh-bfe19197a92b7916f64a121fbd3c179abf15e218.tar.xz openssh-bfe19197a92b7916f64a121fbd3c179abf15e218.zip |
Remove now-unused SSHv1 enums.
sRhostsRSAAuthentication and sRSAAuthentication are protocol 1 options
and are no longer used.
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c index c43bda8f7..a765e4e05 100644 --- a/servconf.c +++ b/servconf.c @@ -489,7 +489,6 @@ typedef enum { /* Standard Options */ sPort, sHostKeyFile, sLoginGraceTime, sPermitRootLogin, sLogFacility, sLogLevel, sLogVerbose, - sRhostsRSAAuthentication, sRSAAuthentication, sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup, sKerberosGetAFSToken, sChallengeResponseAuthentication, sPasswordAuthentication, sKbdInteractiveAuthentication, |