Table of Contents

Search

  1. Preface
  2. Installation and Configuration
  3. Pre-Installation Tasks
  4. Installation
  5. Post-Installation Tasks
  6. Uninstallation
  7. Troubleshooting the Installation
  8. Configuring Extended JVM Parameters
  9. Glossary

Installation and Configuration Guide

Installation and Configuration Guide

Configuring Passwordless SSH Connections

Configuring Passwordless SSH Connections

Generate a pair of authentication keys on the host where you install the
Administrator Daemon
and
Administrator tool
.
  1. To generate a pair of authentication keys, enter the following command:
    ssh-keygen -t rsa
    This command creates a public key and private key.
  2. To create an SSH directory on the remote system if it does not exist, enter the following command
    ssh $USER@<Remote machine> mkdir -p ~/.ssh
  3. To copy the public key to the remote machines, enter the following command:
    cat ~/.ssh/id_rsa.pub | ssh $USER@<Remote machine> 'cat >> .ssh/authorized_keys'
After you configure the passwordless connection, you can run the remote node installation on remote systems.

0 COMMENTS

We’d like to hear from you!