mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
Most distros allow dropping site configuration files into /etc/sshd_config.d/ so that you don't have to tweak the main server configuration file. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
12 lines
242 B
Diff
12 lines
242 B
Diff
--- 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
|