From 6588f445c8f1ebe77f60ca132d9b51e8235dfbc3 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 7 May 2025 13:16:46 +0200 Subject: [PATCH] add EDITOR to sshd_config --- to_system/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_system/etc/ssh/sshd_config b/to_system/etc/ssh/sshd_config index 5cce122..f09861f 100644 --- a/to_system/etc/ssh/sshd_config +++ b/to_system/etc/ssh/sshd_config @@ -109,7 +109,7 @@ PrintMotd no #Banner none # Allow client to pass locale environment variables -AcceptEnv GIT* +AcceptEnv GIT* EDITOR # override default of no subsystems Subsystem sftp /usr/lib/openssh/sftp-server