...
If an error occurs, you can check and clean the /root/.ssh/known_host
file on the Linux host
If trying to execute a remote command on the Tru64 system, a message telling "no matching cipher found" is displayed, the cipher has to be setup on the Linux server side in the /root/.ssh/config
file:
|
How to setup ‘ssh’ trusts between Linux and VMS
...
Example ('pluto' is the Tru64 hostname):
# rsh pluto date |
If the Tru64 system time is returned, you can go directly to the Settings chapter further. If a "poll: protocol failure in circuit setup" is returned, the firewall settings have to be set to open ports 113 and 1022.
...
# rsh -l system vms084 "show time" |
If the OpenVMS system time is returned, you can go directly to the Settings chapter further. If a "poll: protocol failure in circuit setup" is returned, the firewall settings have to be set to open ports 113 and 1022.
...
- Update the service and server boot parameters as described in the appendix How to restart CHARONCharon-VAX/AXP on Linux automatically on failure
...