[openssh-commits] [openssh] 03/03: Remove now-unused SSHv1 enums.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 2 15:53:57 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit bfe19197a92b7916f64a121fbd3c179abf15e218
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jul 2 15:43:28 2021 +1000

    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 c43bda8f..a765e4e0 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,

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list