]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-config.patch
Release 3 (by relup.sh)
[packages/openssh.git] / openssh-config.patch
CommitLineData
f52b45e9
AM
1diff -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 @@
7ae7664a
AM
5 # ProxyCommand ssh -q -W %h:%p gateway.example.com
6 # RekeyLimit 1G 1h
7 # UserKnownHostsFile ~/.ssh/known_hosts.d/%k
8+
f52b45e9
AM
9+# Put your local config in *.conf files
10+Include /etc/ssh/ssh_config.d/*.conf
11diff -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
7ae7664a 18+
f52b45e9
AM
19+# Put your local config in *.conf files
20+Include /etc/ssh/sshd_config.d/*.conf
This page took 1.030785 seconds and 4 git commands to generate.