From 0185c63205d0304483e878e41d7b0a8b7fdbd800 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 9 Jul 2020 14:56:36 +0200 Subject: [PATCH] Update sshd config --- wo/cli/templates/sshd.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/templates/sshd.mustache b/wo/cli/templates/sshd.mustache index 5c5383b..6803b51 100644 --- a/wo/cli/templates/sshd.mustache +++ b/wo/cli/templates/sshd.mustache @@ -28,7 +28,7 @@ ChallengeResponseAuthentication no UsePAM yes X11Forwarding yes -#PrintMotd no +PrintMotd yes # Allow client to pass locale environment variables AcceptEnv LANG LC_*