13 rexec: a remote execution program
rexec is a program that executes a program on another host.
rexec --user=login --password=pass --host=host \
[OPTION] command
The command line arguments are as follows:
- –error
- Specify the TCP port to use for stderr redirection, in case it is not
specified a random port will be used.
- –host
- Specify the host where connect to.
- –noerr
- If specified, an error stream will not be created.
- –password
- Specify the password for logging-in.
- –port
- Specify to which port connect to, if it is not specified by default
use 512.
- –user
- Specify the user to log into the server.