2022-04-29 02:45:48 +02:00
|
|
|
Index: openssh-8.9p1/ssh_config
|
|
|
|
===================================================================
|
|
|
|
--- openssh-8.9p1.orig/ssh_config
|
|
|
|
+++ openssh-8.9p1/ssh_config
|
2022-08-17 14:48:06 +02:00
|
|
|
@@ -17,6 +17,13 @@
|
2021-01-27 20:14:20 +01:00
|
|
|
# list of available options, their meanings and defaults, please see the
|
|
|
|
# ssh_config(5) man page.
|
2022-08-17 14:48:06 +02:00
|
|
|
|
2021-01-27 20:14:20 +01:00
|
|
|
+# To modify the system-wide ssh configuration, create a "*.conf" file under
|
|
|
|
+# "/etc/ssh/ssh_config.d/" which will be automatically included below.
|
|
|
|
+# Don't edit this configuration file itself if possible to avoid update
|
|
|
|
+# problems.
|
|
|
|
+Include /etc/ssh/ssh_config.d/*.conf
|
2022-08-17 14:48:06 +02:00
|
|
|
+Include /usr/etc/ssh/ssh_config.d/*.conf
|
|
|
|
+
|
2021-01-27 20:14:20 +01:00
|
|
|
Host *
|
|
|
|
# ForwardAgent no
|
2022-08-17 14:48:06 +02:00
|
|
|
# ForwardX11 no
|
2022-04-29 02:45:48 +02:00
|
|
|
Index: openssh-8.9p1/sshd_config
|
|
|
|
===================================================================
|
|
|
|
--- openssh-8.9p1.orig/sshd_config
|
|
|
|
+++ openssh-8.9p1/sshd_config
|
2022-08-17 02:38:45 +02:00
|
|
|
@@ -5,10 +5,17 @@
|
|
|
|
|
|
|
|
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
|
|
|
|
2021-01-27 20:14:20 +01:00
|
|
|
+# To modify the system-wide sshd configuration, create a "*.conf" file under
|
|
|
|
+# "/etc/ssh/sshd_config.d/" which will be automatically included below.
|
|
|
|
+# Don't edit this configuration file itself if possible to avoid update
|
|
|
|
+# problems.
|
|
|
|
+Include /etc/ssh/sshd_config.d/*.conf
|
2022-08-17 02:38:45 +02:00
|
|
|
+
|
|
|
|
# The strategy used for options in the default sshd_config shipped with
|
|
|
|
# OpenSSH is to specify options with their default value where
|
|
|
|
# possible, but leave them commented. Uncommented options override the
|
|
|
|
# default value.
|
|
|
|
+Include /usr/etc/ssh/sshd_config.d/*.conf
|
2022-04-29 02:45:48 +02:00
|
|
|
|
2021-01-27 20:14:20 +01:00
|
|
|
#Port 22
|
|
|
|
#AddressFamily any
|