From f51fa4b959a31d596acfaa0537bb38309b4825ba Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 30 Sep 2021 13:14:41 +0000 Subject: [PATCH] Removed ENV forward --- SSH/SSH-Configuration.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/SSH/SSH-Configuration.bash b/SSH/SSH-Configuration.bash index a7ab9b8..f2c42d3 100755 --- a/SSH/SSH-Configuration.bash +++ b/SSH/SSH-Configuration.bash @@ -29,7 +29,6 @@ PrintMotd no PubkeyAuthentication yes PasswordAuthentication no ChallengeResponseAuthentication no -AcceptEnv LANG LC_* Banner /etc/ssh/banner AuthorizedKeysFile .ssh/authorized_keys Subsystem sftp /usr/libexec/openssh/sftp-server