Installing and setting up OpenSSH
This task describes how to obtain and setup Open Secure Shell (OpenSSH).
Before you begin
Log in as root user and uncomment the entries in the ssh configuration files on each host in the cluster.
File: /etc/ssh/ssh_config
Port 22
Protocol 2,1
File: /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication no
About this task
You need to perform these steps on each host you want to participate in the Db2® pureScale® instance.
For Linux® users, OpenSSH is installed by default on SLES 10 SP3 or later.
Open Secure Shell (OpenSSH) is an open source version of the SSH protocol suite of network connectivity tools. The tools provide shell functions that are authenticated and encrypted. A shell is a command language interpreter that reads input from a command-line string, stdin, or a file. The steps in this topic allows you to connect to a remote server through ssh without having to enter a password.
For the Db2 pureScale Feature, you need to set up passwordless SSH access for the root user. The instance owner requires passwordless SSH access, however, the Db2 installation processes set this up if the instance owner does not have it setup. The following steps outline how to set up passwordless SSH access for the root user.