From 53237ac789183946dac6dcb8838bc3b6b9b43be1 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 3 Jul 2021 19:23:28 +1000 Subject: Sync remaining ChallengeResponse removal. These were omitted from commit 88868fd131. --- readconf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'readconf.h') diff --git a/readconf.h b/readconf.h index 2fba866e..f3d02fb3 100644 --- a/readconf.h +++ b/readconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.140 2021/02/15 20:43:15 markus Exp $ */ +/* $OpenBSD: readconf.h,v 1.141 2021/07/02 05:11:21 dtucker Exp $ */ /* * Author: Tatu Ylonen @@ -38,8 +38,6 @@ typedef struct { struct ForwardOptions fwd_opts; /* forwarding options */ int pubkey_authentication; /* Try ssh2 pubkey authentication. */ int hostbased_authentication; /* ssh2's rhosts_rsa */ - int challenge_response_authentication; - /* Try S/Key or TIS, authentication. */ int gss_authentication; /* Try GSS authentication */ int gss_deleg_creds; /* Delegate GSS credentials */ int password_authentication; /* Try password -- cgit v1.2.1