A configuração está documentada em man 5 ssh_config
.
SendEnv pode ser usado se o servidor suportar e estiver configurado para aceitá-lo:
SendEnv
Specifies what variables from the local
environ(7)
should be sent to the server. Note that environment passing is only supported for protocol 2. The server must also support it, and the server must be configured to accept these environment variables. Refer toAcceptEnv
insshd_config(5)
for how to configure the server. Variables are specified by name, which may contain wildcard characters. Multiple environment variables may be separated by whitespace or spread across multiple SendEnv directives. The default is not to send any environment variables.
Se isso não for possível, você também pode configurar o shell do host remoto com suas variáveis ambientais (usando .profile
etc., para bash, consulte a documentação em bash files de inicialização ).