]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: ssh_config, sshd_config: remove empty SendEnv/AcceptEnv
authorSimon Ruderich <simon@ruderich.org>
Sun, 7 Nov 2021 09:29:06 +0000 (10:29 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 7 Nov 2021 09:29:06 +0000 (10:29 +0100)
Openssh 8.7 uses a stricter parser which does not permit empty option
values.

shell/ssh_config
shell/sshd_config

index 845e4e1ab0e706b182b253db77e44eb697afacf0..cf05b9b2731678f07abd9644d341fc3619f7555f 100644 (file)
@@ -128,9 +128,6 @@ Host *
 # Don't permit running local commands (default).
     PermitLocalCommand no
 
-# Don't send any environment variables (default).
-    SendEnv
-
 # Don't hash any hosts in ~/.ssh/known_hosts. It doesn't help if the ssh hosts
 # are stored in the shell's history file or in this file as shortcut so it's
 # rather useless (default).
index 791613d621717d3fcadee53d49c08526786e647c..d845bc7059a7789a52ae4f1cd5324c1252f66f11 100644 (file)
@@ -59,8 +59,6 @@ StrictModes yes
 # peer".
 MaxSessions 30
 
-# Don't accept any environment variables from the client (default).
-AcceptEnv
 # Don't use ~/.ssh/environment and environment= options in
 # ~/.ssh/authorized_keys because LD_PRELOAD could be used to circumvent
 # authentications (default).