tomcat-11: fix mediator version and license
[oi-userland.git] / components / network / hpn-ssh / patches / 2000-support-for-config-snippets.patch
blob51ba4b0bd308a2761d66b3af268861bf3a323d48
1 --- hpn-ssh-hpn-18.4.2/ssh_config.orig
2 +++ hpn-ssh-hpn-18.4.2/ssh_config
3 @@ -44,3 +44,8 @@
4 # ProxyCommand ssh -q -W %h:%p gateway.example.com
5 # RekeyLimit 1G 1h
6 # UserKnownHostsFile ~/.ssh/known_hosts.d/%k
8 +#
9 +# Include configuration snippets with ssh_config customizations.
11 +Include /etc/hpnssh/ssh_config.d/*.conf
12 --- hpn-ssh-hpn-18.4.2/sshd_config.orig
13 +++ hpn-ssh-hpn-18.4.2/sshd_config
14 @@ -10,6 +10,11 @@
15 # possible, but leave them commented. Uncommented options override the
16 # default value.
19 +# Include configuration snippets with sshd_config customizations.
21 +Include /etc/hpnssh/sshd_config.d/*.conf
23 Port 2222
24 #AddressFamily any
25 #ListenAddress 0.0.0.0