]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-config.patch
Release 3 (by relup.sh)
[packages/openssh.git] / openssh-config.patch
1 diff -ur openssh-9.5p1.org/ssh_config openssh-9.5p1/ssh_config
2 --- openssh-9.5p1.org/ssh_config        2023-10-04 06:34:10.000000000 +0200
3 +++ openssh-9.5p1/ssh_config    2023-11-28 09:12:00.249971177 +0100
4 @@ -44,3 +44,6 @@
5  #   ProxyCommand ssh -q -W %h:%p gateway.example.com
6  #   RekeyLimit 1G 1h
7  #   UserKnownHostsFile ~/.ssh/known_hosts.d/%k
8 +
9 +# Put your local config in *.conf files
10 +Include /etc/ssh/ssh_config.d/*.conf
11 diff -ur openssh-9.5p1.org/sshd_config openssh-9.5p1/sshd_config
12 --- openssh-9.5p1.org/sshd_config       2023-10-04 06:34:10.000000000 +0200
13 +++ openssh-9.5p1/sshd_config   2023-11-28 09:12:18.119971176 +0100
14 @@ -114,3 +114,6 @@
15  #      AllowTcpForwarding no
16  #      PermitTTY no
17  #      ForceCommand cvs server
18 +
19 +# Put your local config in *.conf files
20 +Include /etc/ssh/sshd_config.d/*.conf
This page took 0.050694 seconds and 4 git commands to generate.