summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-22 01:00:23 -0400
committerAndrew Cady <d@jerkface.net>2020-08-16 14:42:26 -0400
commit31329e74d517caf07ce189df27441bc9659a7074 (patch)
tree5e1382979e3a7f9639919cf09c217878b2f733d4 /auth-options.c
parente429009cde648a41479cd1b60ce972760a2bdabc (diff)
Added wildcard authorization for authorized_keys.
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/auth-options.c b/auth-options.c
index 696ba6ac6..5614b8ef7 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
43char *wildcard_match = NULL;
44char *wildcard_fingerprint = NULL;
45
43static int 46static int
44dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) 47dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc)
45{ 48{