diff options
author | joe <joe@jerkface.net> | 2016-04-22 01:00:23 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2021-03-13 10:46:55 -0500 |
commit | 989d38d6be766bff5002f169e05385f95020940b (patch) | |
tree | abbdfa58d45d3ee4c9a06675778e93d98b00f829 /auth-options.c | |
parent | 32717238e7587949cb2799136fd15d6fcea5341c (diff) |
Added wildcard authorization for authorized_keys.
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth-options.c b/auth-options.c index 98afdf5fe..4a4ba9016 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -40,6 +40,9 @@ | |||
40 | #include "ssh2.h" | 40 | #include "ssh2.h" |
41 | #include "auth-options.h" | 41 | #include "auth-options.h" |
42 | 42 | ||
43 | char *wildcard_match = NULL; | ||
44 | char *wildcard_fingerprint = NULL; | ||
45 | |||
43 | static int | 46 | static int |
44 | dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) | 47 | dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) |
45 | { | 48 | { |