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