Skip to content

Temporary fix to generic_send (exporting env variables)

Created by: stavamichal

 - we don't want to export some environmental variables to the endpoint
 - SendEnv set in ssh_cofig cannot be overwritten
 - so we send them rather empty, for this purpose we need to unset them
 - affected variables are LC_TIME and LANG
 - it is just temporary fix, better solution is to create separate ssh_config

Merge request reports