diff options
Diffstat (limited to 'auth-options.h')
-rw-r--r-- | auth-options.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/auth-options.h b/auth-options.h index bf59b30be..0462983b5 100644 --- a/auth-options.h +++ b/auth-options.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.h,v 1.26 2018/03/12 00:52:01 djm Exp $ */ | 1 | /* $OpenBSD: auth-options.h,v 1.27 2018/06/06 18:23:32 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2018 Damien Miller <djm@mindrot.org> | 4 | * Copyright (c) 2018 Damien Miller <djm@mindrot.org> |
@@ -55,6 +55,10 @@ struct sshauthopt { | |||
55 | size_t npermitopen; | 55 | size_t npermitopen; |
56 | char **permitopen; | 56 | char **permitopen; |
57 | 57 | ||
58 | /* Permitted listens (remote forwarding) */ | ||
59 | size_t npermitlisten; | ||
60 | char **permitlisten; | ||
61 | |||
58 | /* | 62 | /* |
59 | * Permitted host/addresses (comma-separated) | 63 | * Permitted host/addresses (comma-separated) |
60 | * Caller must check source address matches both lists (if present). | 64 | * Caller must check source address matches both lists (if present). |