From 025eb9e413f43567b5764e29c55ff2a7f3fab61a Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 15 Jan 2022 10:32:35 +0100 Subject: [PATCH] Don't include sshd_config.d after bullseye update --- ansible/etc/ssh/sshd_config.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/etc/ssh/sshd_config.j2 b/ansible/etc/ssh/sshd_config.j2 index ca1c1f2..294272c 100644 --- a/ansible/etc/ssh/sshd_config.j2 +++ b/ansible/etc/ssh/sshd_config.j2 @@ -10,8 +10,6 @@ # possible, but leave them commented. Uncommented options override the # default value. -Include /etc/ssh/sshd_config.d/*.conf - Port {{ ssh_port }} Protocol 2 #AddressFamily any