Linux and Tru64 - How to setup an SSH trust
Description
This article details the operations needed to create an SSH trust between a Linux and a Tru64 server for the execution of remote commands from Linux to Tru64
Usage example: To perform a clean Tru64 system shutdown initiated by the charon server
Step-by-step guide
Notes
The prompts will tell you where to execute the commands, "
Tru64#" (root user) or "Linux#" (root user)Remember Linux/Unix is case sensitive
If hosts are not known by each other, fill the
/etc/hostsfile for example (usingvifor example)linuxhost represents the name of your CHARON server (can be any name you want)
tru64host represents the hostname of your Tru64 virtual machine
Generate the key
→ Do not specify a passphrase |
Copy the linuxhost.pub file, or use copy/paste, in the /.ssh2 folder on the Tru64 host
Define the authorization file:
|
Initialize the first ssh connection (answer 'yes' to confirm)
then retry the same command to verify the trust is working.
If an error occurs, you can check and clean the/root/.ssh/known_hostfile on the Linux host
Links
HP - How to ssh from tru64 V5.1B to linux redhat
Tru64 UNIX: Enterprise UNIX for HP AlphaServer systems
Related articles