From 62392d5ac9e60f2e12cc4b93bc9ce52bd6e2de55 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Sep 2022 16:52:20 +0200 Subject: [PATCH] chore: ensure PrintMotd is disabled --- templates/etc/ssh/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/ssh/sshd_config.j2 b/templates/etc/ssh/sshd_config.j2 index fdd9026..c67ffac 100644 --- a/templates/etc/ssh/sshd_config.j2 +++ b/templates/etc/ssh/sshd_config.j2 @@ -121,7 +121,7 @@ X11Forwarding {{ sshd_x11_forwarding }} #X11DisplayOffset 10 #X11UseLocalhost yes #PermitTTY yes -#PrintMotd yes +PrintMotd no #PrintLastLog no TCPKeepAlive {{ sshd_tcp_keep_alive }} #UseLogin no