sshSendEnvironment

This parameter specifies a comma-delimited list of name-value pairs (environment variables) to send to the SSH server when the SSH session is connected.

Value

A comma-delimited string of SSH environment variables, with each variable specified as <name>=<value>. If a name or value itself contains an equal sign or comma, escape the equal sign or comma by preceding it with a backslash. For example, "COMPANY=EXAMPLE\, INC."

<param name="sshSendEnvironment" value="TERM=3270,ID=8000">