eshell-remote-command

eshell-remote-command is a compiled Lisp function in `esh-ext.el'.

(eshell-remote-command COMMAND ARGS)

Insert output from a remote COMMAND, using ARGS.
A remote command is something that executes on a different machine.
An external command simply means external to Emacs.

Note that this function is very crude at the moment. It gathers up
all the output from the remote command, and sends it all at once,
causing the user to wonder if anything's really going on...