From bfe19197a92b7916f64a121fbd3c179abf15e218 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 2 Jul 2021 15:43:28 +1000 Subject: [PATCH] Remove now-unused SSHv1 enums. sRhostsRSAAuthentication and sRSAAuthentication are protocol 1 options and are no longer used. --- servconf.c | 1 - 1 file changed, 1 deletion(-) 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,