From 6485d482d557db87052db2e8006ce565c651ba88 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Fri, 14 Oct 2022 17:16:07 +0300
Subject: [PATCH] sshd: rebase sshd_config to openssh 9.1p1-1

---
 roles/sshd/templates/sshd_config.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/sshd/templates/sshd_config.j2 b/roles/sshd/templates/sshd_config.j2
index 1a96ddd8b..cf23b37c8 100644
--- a/roles/sshd/templates/sshd_config.j2
+++ b/roles/sshd/templates/sshd_config.j2
@@ -93,7 +93,7 @@ AllowTcpForwarding no
 #X11DisplayOffset 10
 #X11UseLocalhost yes
 #PermitTTY yes
-PrintMotd no # pam does that
+PrintMotd no
 #PrintLastLog yes
 #TCPKeepAlive yes
 #PermitUserEnvironment no
-- 
GitLab