]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/ssh_config
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / shell / ssh_config
index e1ae5f76b3dbc33d4c449fd319746f7b0190b3a3..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).
@@ -144,6 +141,6 @@ Host *
     CheckHostIP yes
 # Ask before adding any host keys to ~/.ssh/known_hosts (default).
     StrictHostKeyChecking ask
-# Check host keys from DNS' SSHFP resource records but ask apply
+# Check host keys from DNS' SSHFP resource records but apply
 # StrictHostKeyChecking before trusting them.
     VerifyHostKeyDNS ask