support drop-in configurations for ssh configs

This commit is contained in:
Daniel Micay 2023-08-11 11:36:08 -04:00
parent 894f150a62
commit ae2fc9244b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Include drop-in configurations
Include /etc/ssh/ssh_config.d/*.conf
ServerAliveInterval 60
ServerAliveCountMax 10
TCPKeepAlive no

View File

@ -1,4 +1,5 @@
# $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
# Include drop-in configurations
Include /etc/ssh/sshd_config.d/*.conf
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.