...
Mode | Description | Requirements | Notes | ||||||
---|---|---|---|---|---|---|---|---|---|
telnet | Telnet to the guest operating system using credentials stored in an encrypted clixml file. | This mode requires the Windows telnet client to be installed. This can be done using the following command:
|
| ||||||
expect | Simulates an interactive connection to the console of the CHARON instance and performs the necessary actions. |
|
| ||||||
rsh | Executes a remote command on the guest operating system (TCP/IP is required). On Tru64 the .rhosts file must be configured and on OpenVMS the rexec/rsh services must have been enabled and a proxy must have been created. | The 'rsh.exe ' file is included in the kit. Copy it to a folder of your choice ("C:\Bin " or "C:\Charon " for example). |
| ||||||
ssh | Executes a remote command on the guest operating system over a secure connection (TCP/IP is required). | Download and install OpenSSH from this site: (https://sourceforge.net/projects/sshwindows/files/OldFiles/) or preferably the version attached to this document. The installation is menu driven, use the default options. |
|
...