mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-02 21:42:20 -04:00
support drop-in configurations for ssh configs
This commit is contained in:
parent
894f150a62
commit
ae2fc9244b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# Include drop-in configurations
|
||||||
|
Include /etc/ssh/ssh_config.d/*.conf
|
||||||
|
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 10
|
ServerAliveCountMax 10
|
||||||
TCPKeepAlive no
|
TCPKeepAlive no
|
||||||
|
|
|
@ -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
|
# This is the sshd server system-wide configuration file. See
|
||||||
# sshd_config(5) for more information.
|
# sshd_config(5) for more information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue