Administrator
|
To use SSH, adop requires the SSH equivalency from the admin node to all the application nodes in a multinode environment setup, because adop is not designed to supply a password while connecting the application nodes using SSH.
To set up the SSH equivalency (in other words, to configure the application OS user of the admin node to be able to connect all the other application nodes without needing to supply a password), you can use the ssh-keygen utility to create private and public key pairs.
You place the private key pairs into the admin node and the public key pairs into all the application nodes
in the configuration, thus letting the admin node connect all the application nodes using SSH without a password.
|