From 266478e3924a9a5e63c5915241737917678af731 Mon Sep 17 00:00:00 2001 From: Brian McCallister Date: Tue, 28 Nov 2023 19:57:00 -0800 Subject: [PATCH] disable strict modes checking so ci can pass --- test/sshd/sshd_config.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sshd/sshd_config.tmpl b/test/sshd/sshd_config.tmpl index cab7d09..e69399f 100644 --- a/test/sshd/sshd_config.tmpl +++ b/test/sshd/sshd_config.tmpl @@ -7,6 +7,7 @@ AcceptEnv LANG LC_* UsePAM no LoginGraceTime 120 PubkeyAuthentication yes +StrictModes no ForceCommand {{.Path}}/command.sh HostKey {{.Path}}/ssh_host_ed25519_key