From 93c06ab6b77514e0447fe4f1d822afcbb2a9be08 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Wed, 6 Jun 2018 18:23:32 +0000 Subject: upstream: permitlisten option for authorized_keys; ok markus@ OpenBSD-Commit-ID: 8650883018d7aa893173d703379e4456a222c672 --- auth-options.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'auth-options.h') diff --git a/auth-options.h b/auth-options.h index bf59b30b..0462983b 100644 --- a/auth-options.h +++ b/auth-options.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-options.h,v 1.26 2018/03/12 00:52:01 djm Exp $ */ +/* $OpenBSD: auth-options.h,v 1.27 2018/06/06 18:23:32 djm Exp $ */ /* * Copyright (c) 2018 Damien Miller @@ -55,6 +55,10 @@ struct sshauthopt { size_t npermitopen; char **permitopen; + /* Permitted listens (remote forwarding) */ + size_t npermitlisten; + char **permitlisten; + /* * Permitted host/addresses (comma-separated) * Caller must check source address matches both lists (if present). -- cgit v1.2.3