From ede8986e4a0e4f19dcc8b972987d29c398c414b9 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 22 Apr 2016 01:00:23 -0400 Subject: Added wildcard authorization for authorized_keys. --- auth-options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auth-options.h') diff --git a/auth-options.h b/auth-options.h index 118a32087..165180187 100644 --- a/auth-options.h +++ b/auth-options.h @@ -75,6 +75,10 @@ struct sshauthopt { int require_verify; }; + +extern char *wildcard_match; +extern char *wildcard_fingerprint; + struct sshauthopt *sshauthopt_new(void); struct sshauthopt *sshauthopt_new_with_keys_defaults(void); void sshauthopt_free(struct sshauthopt *opts); -- cgit v1.2.3