Use 3 descriptors with ssh command

Hi,

I want to execute some commands via ssh.

   errupdate <enter>
  =5A7598C3: <enter>
  Report=False <enter>
  Log=False  <enter> 

<CTRL + D>
<CTRL + D>
  

how can i do this ? I suppose i have to use file descriptor but i don't know how ?

Thank you

Did you mean "errupdate=5A7598C3" ?

ssh user@hostname "errupdate=5A7598C3:; Report=False; Log=False"

Thank you for your reply.

No errupdate is a command.
And the other are parameters to give to this command.
With enter to validate parameter and at the end CTRL D CTRL D to quit