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>2019-06-06 11:51:49 -0400
commit25fc10d774e95dff10918b889e61f171d6081d95 (patch)
tree66abd6c6d1362f26dce7fb500d824b80f4ae49dc /auth-options.c
parentba627ba172d6649919baedff5ba2789610da382a (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 b05d6d6f3..d4569b091 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -39,6 +39,9 @@
39#include "ssh2.h" 39#include "ssh2.h"
40#include "auth-options.h" 40#include "auth-options.h"
41 41
42char *wildcard_match = NULL;
43char *wildcard_fingerprint = NULL;
44
42/* 45/*
43 * Match flag 'opt' in *optsp, and if allow_negate is set then also match 46 * Match flag 'opt' in *optsp, and if allow_negate is set then also match
44 * 'no-opt'. Returns -1 if option not matched, 1 if option matches or 0 47 * 'no-opt'. Returns -1 if option not matched, 1 if option matches or 0