[openssh-commits] [openssh] 03/05: upstream: mention that DisableForwarding is valid in a sshd_config

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 8 13:50:55 AEDT 2021


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 16448ff529affda7e2a15ee7c3200793abde0759
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 8 02:19:24 2021 +0000

    upstream: mention that DisableForwarding is valid in a sshd_config
    
    Match block reported by Fredrik Eriksson in bz3239
    
    OpenBSD-Commit-ID: 3a71c3d84b597f5e43e4b40d5232797daf0993f6
---
 sshd_config.5 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sshd_config.5 b/sshd_config.5
index 2b872fcf..ee9ff02f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.319 2020/12/29 00:59:15 djm Exp $
-.Dd $Mdocdate: December 29 2020 $
+.\" $OpenBSD: sshd_config.5,v 1.320 2021/01/08 02:19:24 djm Exp $
+.Dd $Mdocdate: January 8 2021 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -1186,6 +1186,7 @@ Available keywords are
 .Cm ClientAliveInterval ,
 .Cm DenyGroups ,
 .Cm DenyUsers ,
+.Cm DisableForwarding ,
 .Cm ForceCommand ,
 .Cm GatewayPorts ,
 .Cm GSSAPIAuthentication ,

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list