Accepting request 997549 from home:adamm:branches:network
Forgot about the client config, same problem OBS-URL: https://build.opensuse.org/request/show/997549 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=240
This commit is contained in:
parent
6c8ae3051c
commit
88b8e8e7aa
@ -2,20 +2,20 @@ Index: openssh-8.9p1/ssh_config
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- openssh-8.9p1.orig/ssh_config
|
--- openssh-8.9p1.orig/ssh_config
|
||||||
+++ openssh-8.9p1/ssh_config
|
+++ openssh-8.9p1/ssh_config
|
||||||
@@ -16,6 +16,13 @@
|
@@ -17,6 +17,13 @@
|
||||||
# Site-wide defaults for some commonly used options. For a comprehensive
|
|
||||||
# list of available options, their meanings and defaults, please see the
|
# list of available options, their meanings and defaults, please see the
|
||||||
# ssh_config(5) man page.
|
# ssh_config(5) man page.
|
||||||
+Include /usr/etc/ssh/ssh_config.d/*.conf
|
|
||||||
+
|
|
||||||
+# To modify the system-wide ssh configuration, create a "*.conf" file under
|
+# To modify the system-wide ssh configuration, create a "*.conf" file under
|
||||||
+# "/etc/ssh/ssh_config.d/" which will be automatically included below.
|
+# "/etc/ssh/ssh_config.d/" which will be automatically included below.
|
||||||
+# Don't edit this configuration file itself if possible to avoid update
|
+# Don't edit this configuration file itself if possible to avoid update
|
||||||
+# problems.
|
+# problems.
|
||||||
+Include /etc/ssh/ssh_config.d/*.conf
|
+Include /etc/ssh/ssh_config.d/*.conf
|
||||||
|
+Include /usr/etc/ssh/ssh_config.d/*.conf
|
||||||
|
+
|
||||||
Host *
|
Host *
|
||||||
# ForwardAgent no
|
# ForwardAgent no
|
||||||
|
# ForwardX11 no
|
||||||
Index: openssh-8.9p1/sshd_config
|
Index: openssh-8.9p1/sshd_config
|
||||||
===================================================================
|
===================================================================
|
||||||
--- openssh-8.9p1.orig/sshd_config
|
--- openssh-8.9p1.orig/sshd_config
|
||||||
|
Loading…
Reference in New Issue
Block a user