summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-22 01:00:23 -0400
committerAndrew Cady <d@jerkface.net>2020-10-27 17:45:22 -0400
commitede8986e4a0e4f19dcc8b972987d29c398c414b9 (patch)
tree6a9da557cb646502b667226673d60e2566b612ba /auth-options.h
parent6c4fd5458b0debff89651106911834a7f08278dd (diff)
Added wildcard authorization for authorized_keys.
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h4
1 files changed, 4 insertions, 0 deletions
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 {
75 int require_verify; 75 int require_verify;
76}; 76};
77 77
78
79extern char *wildcard_match;
80extern char *wildcard_fingerprint;
81
78struct sshauthopt *sshauthopt_new(void); 82struct sshauthopt *sshauthopt_new(void);
79struct sshauthopt *sshauthopt_new_with_keys_defaults(void); 83struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
80void sshauthopt_free(struct sshauthopt *opts); 84void sshauthopt_free(struct sshauthopt *opts);