Using Encrypted Command File on IBM i
For IBM i, the Universal Command Manager ECMFILE / ECMMBR option specifies the location of the Uencrypted file.
STRUCM HOST('10.252.2.232') USERID(testid) ECMFILE(UNIVERSAL/ENCRYPTED) ECMMBR(TETSPWD) CMD('DIR')
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
List of one or more hosts upon which a command can run. | |
User ID or account with which to execute the remote command. | |
Encrypted command file. | |
Location of encrypted data in encrypted command file. | |
Remote command to execute. |
Components
Universal Command Manager for IBM i