<p dir="ltr">> AFAIK ssh does not allow to pass environment variables to remote hosts? So I guess<br>
> it is better to pass all arguments on the command line?</p>
<p dir="ltr">Yes and no.  While ssh doesn't pass the local environment to the remote system, you can include the env var assignments as part of the ssh command line, just as you would when executing such a command locally.  Indeed, that's what this patch does.</p>