blob: 1d2f16b2fa4457754ee6cd92196835f84b2af093 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/sshd_config
+++ b/sshd_config
@@ -10,6 +10,8 @@
# possible, but leave them commented. Uncommented options override the
# default value.
+Include /etc/ssh/sshd_config.d/*.conf
+
#Port 22
#AddressFamily any
#ListenAddress 0.0.0.0
|