Coder SSH Not Respecting SendEnv & AcceptEnv?

On my local machine I have

# ~/.ssh/config
Host *
  SendEnv INSIDE_EMACS


And on my coder instance I have:

# /etc/ssh/ssh_config
Host *
  AcceptEnv INSIDE_EMACS


I restarted my computer and restarted the workspace instance. Inside my local terminal I run

export INSIDE_EMACS=y
coder ssh noah


Inside the remote terminal when I echo $INSIDE_EMACS the variable is empty.

I know that Coder had a somewhat special SSH agent or something, is it possible that is interfering w the SSH env var setup?
Was this page helpful?